-
I want to perform an Eigenanalysis on a model with shell elements and additional mass points. When I check NODAL_MASS in Paraview, it is set to "nan". I am assigning settings to the NODAL_MASS as properties in material_plate.json, but I think this is where I am going wrong. {
"properties": [
{
"model_part_name": "plate.nodal_mass",
"properties_id": 1,
"Material": {
"name": "mat_mass",
"Variables": {
"NODAL_MASS": 100
}
}
}
]
} If anyone has any solutions, I would appreciate an answer. Attached are the files used for analysis |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I found that the mass is calculated by setting it in the mdpa file as follows, not in the json that sets the Material.
|
Beta Was this translation helpful? Give feedback.
I found that the mass is calculated by setting it in the mdpa file as follows, not in the json that sets the Material.