forceSubModel command¶
Syntax¶
Defined in couplingProperties sub-dictionary of the force model in use. If no force sub-model is applied ImEx is used as default. If the keyword “forceSubModels” is provided, a choice of sub model is demanded.
forceSubModels
(
model_x
model_y
);
- model = name of force sub-model to be applied
Examples¶
forceSubModels
(
ImEx
);
Note: This examples list might not be complete - please look for other models (forceSubModel_XY) in this documentation.
Description¶
The force sub model is designed to hold the settings a force model can have. For now it handles the treatExplicit, treatDEM and implDEM option.
Restrictions¶
None.