Go to the source code of this file.
|
class | RBMPresetOldValuePD |
| Class to apply preset BC of old variable solution based on the singularity of nodal shape tensor. More...
|
|
◆ validParams< RBMPresetOldValuePD >()
Definition at line 16 of file RBMPresetOldValuePD.C.
18 InputParameters params = validParams<DirichletBCBase>();
19 params.addClassDescription(
"Class to apply a preset BC to nodes with rigid body motion (RBM).");
22 params.set<
bool>(
"preset") =
true;
23 params.suppressParameter<
bool>(
"preset");