Card9 - COSIM_PRESSURE_LOAD Co-simulation Pressure Load Definition
This optional card defines a co-simulation interface that maps pressure load data from an external solver to the thermal solver.
KODE
KODE is the code COSIM_PRESSURE_LOAD (or 138).
N1
N1 is the COSIM_PRESSURE_LOAD card ID. Cards with the same ID reference the same pressure load co-simulation interface.
T1 = NAME
T1 = NAME (or 1) specifies the name of the co-simulation pressure
load interface in T2.
T1 = SELECTION
T1 = SELECTION (or 2) specifies the geometry or FE entities where
the pressure load is applied in T2.
T1 = INTERNAL_ZONE
T1 = INTERNAL_ZONE (or 3) specifies the internal zone or region name
associated with the pressure load mapping in T2.
T1 = INTERNAL_VARIABLE
T1 = INTERNAL_VARIABLE (or 4) specifies the internal solver variable
that receives the mapped pressure value in T2.
T2 = FLUIDPRES receives fluid pressure load value from the external
solver.
T1 = EXTERNAL_SOLVER
T1 = EXTERNAL_SOLVER (or 5) specifies the external solver name where
you defined the external solver and the path to the external solver model in T2.
T1 = EXTERNAL_VARIABLE
T1 = EXTERNAL_VARIABLE (or 6) specifies the external solver variable
that corresponds to the computed length specified in T2.
Code example
---------------------------
$ Co-simulation Pressure Load
$ ---------------------------
$ Co-simulation Interface(4)
NAME2 Co-simu Co-simulation Interface(4)
COSIM_PRESSURE_LOAD 1 NAME "Co-simulation Interface(4)"
COSIM_PRESSURE_LOAD 1 SELECTION "Co-simulation Interface(4)"
COSIM_PRESSURE_LOAD 1 INTERNAL_ZONE Co-simulation Interface(4)
COSIM_PRESSURE_LOAD 1 INTERNAL_VARIABLE FLUIDPRES
COSIM_PRESSURE_LOAD 1 EXTERNAL_SOLVER gapd_fmu3
COSIM_PRESSURE_LOAD 1 EXTERNAL_VARIABLE Pressure_Lab_Seal_In
