FEMSettings
FEM solver settings.
Example
application = cf.Application.GetInstance() project = application:NewProject() -- Decouple the FEM regions from MoM regions project.Contents.SolutionSettings.SolverSettings.FEMSettings.DecoupleFEMFromMoM = true
Inheritance
The FEMSettings object is derived from the CompositeValue object.
Usage locations
The FEMSettings object can be accessed from the following locations:
- Properties
- SolverSettings object has property FEMSettings.
- Methods
- FEMSettingsList object has method Append().
- FEMSettingsList object has method Get(number).
Property List
- DecoupleFEMFromMoM
- Specifies whether FEM regions should be decoupled from MoM regions. (Read/Write boolean)
- ElementOrder
- Specifies the desired order or allows the solution kernel to select the most appropriate order, specified by FEMElementOrderEnum, eg. Auto, First, etc. (Read/Write FEMElementOrderEnum)
Property Details
- DecoupleFEMFromMoM
- Specifies whether FEM regions should be decoupled from MoM regions.
- Type
- boolean
- Access
- Read/Write
- ElementOrder
- Specifies the desired order or allows the solution kernel to select the most appropriate order, specified by FEMElementOrderEnum, eg. Auto, First, etc.
- Type
- FEMElementOrderEnum
- Access
- Read/Write