Introduction
This response function computes the mass of the given list of model parts.
Formulation
Following formulation is used.
$$ J = \sum_{\forall \Omega_i \in \Omega} m_i $$
Json settings
Following code snippet illustrates json settings used in this response function.
{
"name": "mass",
"type": "mass_response_function",
"settings": {
"evaluated_model_part_names": [
"Structure"
]
}
}
Option | Allowed values |
---|---|
name | A unique string |
type | “mass_response_function” |
evaluated_model_part_names | List of model part names to compute mass |