1675 read cosserat mesh - #1743
Conversation
|
Can one of the admins verify this patch? |
2 similar comments
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
test this please |
|
please merge devel, it should fix failing! |
devel has now been merged, fixing the previously failing tests. There will still be failing tests for the new EightNodeElasticCosserat case until #1739 is merged. |
Hi @maxlchien, I created a temporary branch so that the tests can also be updated before we merge into devel. Can you change the base for #1739 to |
47b29ad
into
PrincetonUniversity:1675-cosserat-mesh
done |
Description
Adds a branch to read in elastic cosserat materials from the mesh file.
$\rho=2300,\kappa=1500,\mu=2800,\nu=1e6,j=1e4,\lambda_c=300,$ (4 specifies cosserat materials), $\mu_c=25,\nu_c=500$
They are specified with
material_id=4. For instance, the following line in aMesh_Par_file:1 2300.0 1500.0 2800.0 1e6 1e4 300.0 25.0 500.0 4produces a material with
An additional test case for mesh reading for Cosserat materials is added under
tests/unit-tests/data/dim3/EightNodeElasticCosserat/.Issue Number
#1675
Checklist
Please make sure to check developer documentation on specfem docs.