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:

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, e.g. 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, e.g. Auto, First, etc.
Type
FEMElementOrderEnum
Access
Read/Write