|
adamantine
|
#include <BodyForce.hh>
Public Member Functions | |
| GravityForce (MaterialProperty< dim, n_materials, p_order, MaterialStates, MemorySpaceType > &material_properties) | |
| dealii::Tensor< 1, dim, double > | eval (typename dealii::Triangulation< dim >::active_cell_iterator const &cell) final |
Private Attributes | |
| MaterialProperty< dim, n_materials, p_order, MaterialStates, MemorySpaceType > & | _material_properties |
Static Private Attributes | |
| static constexpr double | g = 9.80665 |
Gravity's body force.
Definition at line 38 of file BodyForce.hh.
| adamantine::GravityForce< dim, n_materials, p_order, MaterialStates, MemorySpaceType >::GravityForce | ( | MaterialProperty< dim, n_materials, p_order, MaterialStates, MemorySpaceType > & | material_properties | ) |
Definition at line 13 of file BodyForce.cc.
|
finalvirtual |
Evaluate the body force given a cell.
Implements adamantine::BodyForce< dim >.
Definition at line 23 of file BodyForce.cc.
|
private |
Definition at line 54 of file BodyForce.hh.
|
staticconstexprprivate |
Gravity in
Definition at line 52 of file BodyForce.hh.