On this page:
4.1 solid_  mechanics (release)
4.2 structural_  modal_  analysis (alpha)
4.3 heat_  transfer (alpha)

4 procedures (release)

The list of procedures and defining attributes.

Name

 

Type

 

Description

 

Default

label

 

STRING

 

The user defined name of this active procedure.

 

solid_mechanics (release) | structural_modal_analysis (alpha) | heat_transfer (alpha)

 

SUB OBJECT | SUB OBJECT | SUB OBJECT

 

One of the given keywords must be defined to specify the type of analysis

 

4.1 solid_mechanics (release)

Contains all the definitions specific to a solid mechanics procedure.

Name

 

Type

 

Description

 

Default

interval

 

STRING

 

The user defined identifier of the interval for this procedure. For dynamic procedures this interval defines the simulation end time. For implicit dynamic procedures it also defines the time step size.

 

time_stepping_method

 

STRING

 

The user defined identifer of the time_stepper to use for this procedure.

 

flex_model

 

STRING

 

The user defined identifier of the flex_model for this procedure.

 

boundary_conditions [optional]

 

[ STRING, ... ]

 

List of user defined labels of boundary_conditions that are active for this procedure.

 

load_conditions [optional]

 

[ STRING, ... ]

 

List of user defined labels of load_conditions that are active for this procedure.

 

interactions [optional]

 

[ STRING, ... ]

 

List of user defined labels of interactions that are active for this procedure.

 

initial_conditions [optional] (alpha)

 

[ STRING, ... ]

 

List of user defined labels of initial_conditions that are active for this procedure.

 

outputs [optional]

 

[ STRING, ... ]

 

List of user defined labels of outputs that are active for this procedure.

 

Example Usage:

solid_mechanics: { interval: "apply_load", time_stepping_method: "linear_statics", flex_model: "flex_inf", boundary_conditions: [ "hold_bottom" ], load_conditions: [ "push_top" ], outputs: [ "field_results", "probe_results" ] }

4.2 structural_modal_analysis (alpha)

Contains all the definitions specific to a structural modal analysis procedure.

Name

 

Type

 

Description

 

Default

flex_model (alpha)

 

STRING

 

The user defined identifier of the flex_model for this procedure.

 

modal_solution_method (alpha)

 

STRING

 

The user defined identifier of the modal_solution_method to use for this procedure.

 

boundary_conditions [optional] (alpha)

 

[ STRING, ... ]

 

List of user defined labels of boundary_conditions that are active for this procedure.

 

interactions [optional] (alpha)

 

[ STRING, ... ]

 

List of user defined labels of interactions that are active for this procedure.

 

outputs [optional] (alpha)

 

[ STRING, ... ]

 

List of user defined labels of outputs that are active for this procedure.

 

4.3 heat_transfer (alpha)

Contains all the definitions specific to a heat transfer procedure.

Name

 

Type

 

Description

 

Default

interval (alpha)

 

STRING

 

The user defined identifier of the interval for this procedure. For dynamic procedures this interval defines the simulation end time. For implicit dynamic procedures it also defines the time step size.

 

time_stepping_method (alpha)

 

STRING

 

The user defined identifier of the time_stepper to use for this procedure.

 

flex_model (alpha)

 

STRING

 

The user defined identifier of the flex_model for this procedure.

 

boundary_conditions [optional] (alpha)

 

[ STRING, ... ]

 

List of user defined labels of boundary_conditions that are active for this procedure.

 

load_conditions [optional] (alpha)

 

[ STRING, ... ]

 

List of user defined labels of load_conditions that are active for this procedure.

 

interactions [optional] (alpha)

 

[ STRING, ... ]

 

List of user defined labels of interactions that are active for this procedure.

 

initial_conditions [optional] (alpha)

 

[ STRING, ... ]

 

List of user defined labels of initial_conditions that are active for this procedure.

 

outputs [optional] (alpha)

 

[ STRING, ... ]

 

List of user defined labels of outputs that are active for this procedure.