WOLFRAM SYSTEM MODELER
TeeJunctionVolumeSplitting/joining component with static balances for a dynamic control volume |
SystemModel["Modelica.Fluid.Fittings.TeeJunctionVolume"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This model introduces a mixing volume into a junction. This might be useful to examine the non-ideal mixing taking place in a real junction.energyDynamics |
Value: system.energyDynamics Type: Dynamics Description: Formulation of energy balance |
---|---|
massDynamics |
Value: system.massDynamics Type: Dynamics Description: Formulation of mass balance |
substanceDynamics |
Value: massDynamics Type: Dynamics Description: Formulation of substance balance |
traceDynamics |
Value: massDynamics Type: Dynamics Description: Formulation of trace substance balance |
p_start |
Value: system.p_start Type: AbsolutePressure (Pa) Description: Start value of pressure |
use_T_start |
Value: true Type: Boolean Description: = true, use T_start, otherwise h_start |
T_start |
Value: if use_T_start then system.T_start else Medium.temperature_phX(p_start, h_start, X_start) Type: Temperature (K) Description: Start value of temperature |
h_start |
Value: if use_T_start then Medium.specificEnthalpy_pTX(p_start, T_start, X_start) else Medium.h_default Type: SpecificEnthalpy (J/kg) Description: Start value of specific enthalpy |
X_start |
Value: Medium.X_default Type: MassFraction[Medium.nX] (kg/kg) Description: Start value of mass fractions m_i/m |
C_start |
Value: Medium.C_default Type: ExtraProperty[Medium.nC] Description: Start value of trace substances |
V |
Value: Type: Volume (m³) Description: Mixing volume inside junction |
fluidVolume |
Default Value: V Type: Volume (m³) Description: Volume |
---|
port_1 |
Type: FluidPort_a Description: Generic fluid connector at design inlet |
|
---|---|---|
port_2 |
Type: FluidPort_b Description: Generic fluid connector at design outlet |
|
port_3 |
Type: FluidPort_a Description: Generic fluid connector at design inlet |
system |
Type: System Description: System properties |
|
---|---|---|
medium |
Type: BaseProperties Description: Base properties (p, d, T, h, u, R_s, MM and, if applicable, X and Xi) of a medium |
Modelica.Fluid.Examples.AST_BatchPlant Model of an experimental batch plant |