OpenCMISS-Iron FORTRAN API Documentation

Field parameter set type parameters. More...

Collaboration diagram for OPENCMISS::Field::ParameterSetTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_field_values_set_type = FIELD_VALUES_SET_TYPE
 The parameter set corresponding to the field values (at time T+DT for dynamic problems) More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_boundary_conditions_set_type = FIELD_BOUNDARY_CONDITIONS_SET_TYPE
 The parameter set corresponding to the field boundary condition values. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_initial_values_set_type = FIELD_INITIAL_VALUES_SET_TYPE
 The parameter set corresponding to the field initial values. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_incremental_values_set_type = FIELD_INCREMENTAL_VALUES_SET_TYPE
 The parameter set corresponding to the field incremental values. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_analytic_values_set_type = FIELD_ANALYTIC_VALUES_SET_TYPE
 The parameter set corresponding to the analytic field values. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_previous_values_set_type = FIELD_PREVIOUS_VALUES_SET_TYPE
 The parameter set corresponding to the previous field values (at time T) More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_mean_predicted_displacement_set_type = FIELD_MEAN_PREDICTED_DISPLACEMENT_SET_TYPE
 The parameter set corresponding to the mean predicited avalues (at time T+DT) More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_velocity_values_set_type = FIELD_VELOCITY_VALUES_SET_TYPE
 The parameter set corresponding to the velocity values (at time T+DT) More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_initial_velocity_set_type = FIELD_INITIAL_VELOCITY_SET_TYPE
 The parameter set corresponding to the initial velocity values for dynamic problems. This is also the previous velocity values. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_previous_velocity_set_type = FIELD_PREVIOUS_VELOCITY_SET_TYPE
 The parameter set corresponding to the previous velocity values (at time T). This is also the initial velocity values for dynamic problems. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_mean_predicted_velocity_set_type = FIELD_MEAN_PREDICTED_VELOCITY_SET_TYPE
 The parameter set corresponding to the mean predicited velocity values (at time T+DT) More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_acceleration_values_set_type = FIELD_ACCELERATION_VALUES_SET_TYPE
 The parameter set corresponding to the acceleration values (at time T+DT) More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_initial_acceleration_set_type = FIELD_INITIAL_ACCELERATION_SET_TYPE
 The parameter set corresponding to the initial acceleration values for dynamic problems. This is also the previous accelearation values. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_previous_acceleration_set_type = FIELD_PREVIOUS_ACCELERATION_SET_TYPE
 The parameter set corresponding to the previous acceleration values (at time T).This is also the initial acceleration values for dynamic problems. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_mean_predicted_acceleration_set_type = FIELD_MEAN_PREDICTED_ACCELERATION_SET_TYPE
 The parameter set corresponding to the mean predicited acceleration values (at time T+DT) More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_pressure_values_set_type = FIELD_PRESSURE_VALUES_SET_TYPE
 The parameter set corresponding to the surface pressure values. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_previous_pressure_set_type = FIELD_PREVIOUS_PRESSURE_SET_TYPE
 The parameter set corresponding to the previous surface pressure values (at time T). More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_impermeable_flag_values_set_type = FIELD_IMPERMEABLE_FLAG_VALUES_SET_TYPE
 The parameter set corresponding to the impermeable flag values. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_integrated_neumann_set_type = FIELD_INTEGRATED_NEUMANN_SET_TYPE
 Stores integrated Neumann values calculated from Neumann point values. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_mesh_displacement_set_type =FIELD_MESH_DISPLACEMENT_SET_TYPE
 The parameter set corresponding to the mesh displacement values for ALE. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_mesh_velocity_set_type =FIELD_MESH_VELOCITY_SET_TYPE
 The parameter set corresponding to the mesh velocity values for ALE. More...
 

Detailed Description

Field parameter set type parameters.

See also
OPENCMISS::Field,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_field_acceleration_values_set_type = FIELD_ACCELERATION_VALUES_SET_TYPE

The parameter set corresponding to the acceleration values (at time T+DT)

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3426 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_analytic_values_set_type = FIELD_ANALYTIC_VALUES_SET_TYPE

The parameter set corresponding to the analytic field values.

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3419 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_boundary_conditions_set_type = FIELD_BOUNDARY_CONDITIONS_SET_TYPE

The parameter set corresponding to the field boundary condition values.

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3416 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_impermeable_flag_values_set_type = FIELD_IMPERMEABLE_FLAG_VALUES_SET_TYPE

The parameter set corresponding to the impermeable flag values.

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3432 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_incremental_values_set_type = FIELD_INCREMENTAL_VALUES_SET_TYPE

The parameter set corresponding to the field incremental values.

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3418 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_initial_acceleration_set_type = FIELD_INITIAL_ACCELERATION_SET_TYPE

The parameter set corresponding to the initial acceleration values for dynamic problems. This is also the previous accelearation values.

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3427 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_initial_values_set_type = FIELD_INITIAL_VALUES_SET_TYPE

The parameter set corresponding to the field initial values.

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3417 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_initial_velocity_set_type = FIELD_INITIAL_VELOCITY_SET_TYPE

The parameter set corresponding to the initial velocity values for dynamic problems. This is also the previous velocity values.

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3423 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_integrated_neumann_set_type = FIELD_INTEGRATED_NEUMANN_SET_TYPE

Stores integrated Neumann values calculated from Neumann point values.

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3433 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_mean_predicted_acceleration_set_type = FIELD_MEAN_PREDICTED_ACCELERATION_SET_TYPE

The parameter set corresponding to the mean predicited acceleration values (at time T+DT)

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3429 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_mean_predicted_displacement_set_type = FIELD_MEAN_PREDICTED_DISPLACEMENT_SET_TYPE

The parameter set corresponding to the mean predicited avalues (at time T+DT)

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3421 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_mean_predicted_velocity_set_type = FIELD_MEAN_PREDICTED_VELOCITY_SET_TYPE

The parameter set corresponding to the mean predicited velocity values (at time T+DT)

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3425 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_mesh_displacement_set_type =FIELD_MESH_DISPLACEMENT_SET_TYPE

The parameter set corresponding to the mesh displacement values for ALE.

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3434 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_mesh_velocity_set_type =FIELD_MESH_VELOCITY_SET_TYPE

The parameter set corresponding to the mesh velocity values for ALE.

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3435 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_pressure_values_set_type = FIELD_PRESSURE_VALUES_SET_TYPE

The parameter set corresponding to the surface pressure values.

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3430 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_previous_acceleration_set_type = FIELD_PREVIOUS_ACCELERATION_SET_TYPE

The parameter set corresponding to the previous acceleration values (at time T).This is also the initial acceleration values for dynamic problems.

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3428 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_previous_pressure_set_type = FIELD_PREVIOUS_PRESSURE_SET_TYPE

The parameter set corresponding to the previous surface pressure values (at time T).

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3431 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_previous_values_set_type = FIELD_PREVIOUS_VALUES_SET_TYPE

The parameter set corresponding to the previous field values (at time T)

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3420 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_previous_velocity_set_type = FIELD_PREVIOUS_VELOCITY_SET_TYPE

The parameter set corresponding to the previous velocity values (at time T). This is also the initial velocity values for dynamic problems.

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3424 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_values_set_type = FIELD_VALUES_SET_TYPE

The parameter set corresponding to the field values (at time T+DT for dynamic problems)

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3415 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_velocity_values_set_type = FIELD_VELOCITY_VALUES_SET_TYPE

The parameter set corresponding to the velocity values (at time T+DT)

See also
OPENCMISS::Field::ParameterSetTypes,OPENCMISS

Definition at line 3422 of file opencmiss_iron.f90.