AdaptiveRefinement

A adaptive refinement meshing rule. Reads the error estimates from an earlier solution and adds Point refinement rules in the areas where the errors are estimated to be the highest.

Example

app = cf.GetApplication()
project = app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/diel_cube.cfx]])

    -- Create an adaptive mesh refinement

project.MeshRefinementRules:AddAdaptiveRefinement()

Inheritance

The AdaptiveRefinement object is derived from the MeshRefinementRule object.

Property List

Label
The object label. (Read/Write string)
Type
The object type string. (Read only string)

Method List

Delete ()
Delete the mesh refinement rule.

Static Function List

GetDefaultProperties ()
Creates a table containing the default settings to create an object. (Returns a table object.)

Property Details

Label
The object label.
Type
string
Access
Read/Write
Type
The object type string.
Type
string
Access
Read only

Method Details

Delete ()
Delete the mesh refinement rule.

Static Function Details

GetDefaultProperties ()
Creates a table containing the default settings to create an object.
Return
table
The default properties table.