modelLiquid
Liquid phase
Extends from Icons.Phases.Liquid (Icon for a liquid phase), PartialPhase (Base model for a phase).
Information
Please see the documentation of the PartialPhase model.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n_spec (from PartialPhase) | Number of species | |
| Integer | n_inter (from PartialPhase) | 0 | Number of exchange connections with other phases |
| Integer | n_trans (from PartialPhase) | 1 | Number of transport axes |
| Geometry | |||
| Q.NumberAbsolute[Axis] | k (from PartialPhase) | {1, 1, 1} | Length factors for transport |
| Independence factors | |||
| Q.NumberAbsolute[n_inter,n_trans] | k_inter_Phi (from PartialPhase) | ones(n_inter, n_trans) | For translational exchange with other phases |
| Q.NumberAbsolute[n_inter] | k_inter_Q (from PartialPhase) | ones(n_inter) | For thermal exchange with other phases |
| Species | |||
| Boolean | inclH2O | false | Include H2O |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.BoundaryBus | xNegative | Negative boundary along the x axis | |
| Connectors.BoundaryBus | yNegative | Negative boundary along the y axis | |
| Connectors.BoundaryBus | zNegative | Negative boundary along the z axis | |
| Connectors.BoundaryBus | xPositive | Positive boundary along the x axis | |
| Connectors.BoundaryBus | yPositive | Positive boundary along the y axis | |
| Connectors.BoundaryBus | zPositive | Positive boundary along the z axis | |
| Connectors.Inter[n_inter] | inter | Connector to exchange momentum and energy with other phases | |
| Connectors.Amagat | amagat | Connector for additivity of volume | |
| Connectors.Chemical[H2O.n_chem] | chemH2O | Chemical connector for H2O |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Q.Volume | V (from PartialPhase) | 0 | Volume of the phase |
| Q.NumberAbsolute | epsilon (from PartialPhase) | V/product(L) | Volumetric fill fraction |
| Q.PressureAbsolute | p | amagat.p | Total thermodynamic pressure |
| FCSys.Species.H2O.Liquid.Fixed | H2O |