Skip to main content

FemShellSectionParams

Other

Shell section properties for 2D elements.

Import

import ScriptingApi as api

# Create parameter instance
params = api.FemShellSectionParams()

Properties

thickness

Shell thickness in model units.

Type: float


num_integration_points

Number of through-thickness integration points.

Type: int


integration

Integration scheme. Use api.FEMIntegrationScheme()

Type: FemIntegrationScheme


finite_strain

Use finite strain formulation.

Type: bool


hourglass_stiffness

Hourglass stiffness control parameter.

Type: float


See Also