OpenCMISS-Iron FORTRAN API Documentation

Interface condition operator types. More...

Collaboration diagram for OPENCMISS::InterfaceConditions::Operators:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_interface_condition_field_continuity_operator = INTERFACE_CONDITION_FIELD_CONTINUITY_OPERATOR
 Continuous field operator, i.e., lambda.(u1_gauss-u2_gauss). More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_interface_condition_field_normal_continuity_operator = INTERFACE_CONDITION_FIELD_NORMAL_CONTINUITY_OPERATOR
 Continuous field normal operator, i.e., lambda(u_1.n_1-u_2.n_2). More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_interface_condition_fls_contact_operator = INTERFACE_CONDITION_FLS_CONTACT_OPERATOR
 Frictionless contact operator, i.e., lambda.(x_1.n-x_2.n). More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_interface_condition_fls_contact_reproject_operator = INTERFACE_CONDITION_FLS_CONTACT_REPROJECT_OPERATOR
 Frictionless contact operator, reproject at each newton iteration and has geometric linearisation terms i.e., lambda.(x_1.n-x_2.n). More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_interface_condition_solid_fluid_operator = INTERFACE_CONDITION_SOLID_FLUID_OPERATOR
 Solid fluid operator, i.e., lambda.(v_f-du_s/dt). More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_interface_condition_solid_fluid_normal_operator = INTERFACE_CONDITION_SOLID_FLUID_NORMAL_OPERATOR
 Solid fluid normal operator, i.e., lambda(v_f.n_f-du_s/dt.n_s). More...
 

Detailed Description

Interface condition operator types.

See also
OPENCMISS::InterfaceConditions,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_interface_condition_field_continuity_operator = INTERFACE_CONDITION_FIELD_CONTINUITY_OPERATOR

Continuous field operator, i.e., lambda.(u1_gauss-u2_gauss).

See also
OPENCMISS::InterfaceConditions::Operators,OPENCMISS

Definition at line 4597 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_interface_condition_field_normal_continuity_operator = INTERFACE_CONDITION_FIELD_NORMAL_CONTINUITY_OPERATOR

Continuous field normal operator, i.e., lambda(u_1.n_1-u_2.n_2).

See also
OPENCMISS::InterfaceConditions::Operators,OPENCMISS

Definition at line 4599 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_interface_condition_fls_contact_operator = INTERFACE_CONDITION_FLS_CONTACT_OPERATOR

Frictionless contact operator, i.e., lambda.(x_1.n-x_2.n).

See also
OPENCMISS::InterfaceConditions::Operators,OPENCMISS

Definition at line 4601 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_interface_condition_fls_contact_reproject_operator = INTERFACE_CONDITION_FLS_CONTACT_REPROJECT_OPERATOR

Frictionless contact operator, reproject at each newton iteration and has geometric linearisation terms i.e., lambda.(x_1.n-x_2.n).

See also
OPENCMISS::InterfaceConditions::Operators,OPENCMISS

Definition at line 4603 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_interface_condition_solid_fluid_normal_operator = INTERFACE_CONDITION_SOLID_FLUID_NORMAL_OPERATOR

Solid fluid normal operator, i.e., lambda(v_f.n_f-du_s/dt.n_s).

See also
OPENCMISS::InterfaceConditions::Operators,OPENCMISS

Definition at line 4606 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_interface_condition_solid_fluid_operator = INTERFACE_CONDITION_SOLID_FLUID_OPERATOR

Solid fluid operator, i.e., lambda.(v_f-du_s/dt).

See also
OPENCMISS::InterfaceConditions::Operators,OPENCMISS

Definition at line 4605 of file opencmiss_iron.f90.