modelVLEFluid_ps
Compressible fluid model with p, s and xi as independent variables
Extends from TILMedia.BaseClasses.PartialVLEFluid_ps (Compressible fluid model with p, s and xi as independent variables).
Information
The VLE-fluid model VLEFluid_ps calculates the thermopyhsical property data with given inputs: pressure (p), entropy (s), mass fraction (xi) and the parameter vleFluidType.
The interface and the way of using, is demonstrated in the Testers -> TestVLEFluid.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| TILMedia.VLEFluid.Types.BaseVLEFluid | vleFluidType (from PartialVLEFluid_ps) | ||
| Boolean | computeTransportProperties (from PartialVLEFluid_ps) | false | =true, if transport properties are calculated |
| Boolean | computeVLEAdditionalProperties (from PartialVLEFluid_ps) | false | Compute detailed vapor liquid equilibrium properties |
| Boolean | computeVLETransportProperties (from PartialVLEFluid_ps) | false | Compute detailed vapor liquid equilibrium transport properties |
| Boolean | deactivateTwoPhaseRegion (from PartialVLEFluid_ps) | false | Deactivate calculation of two phase region |
| SI.MolarMass[vleFluidType.nc] | M_i (from PartialVLEFluid_ps) | Molar mass of component i | |
| Advanced | |||
| TILMedia.Internals.TILMediaExternalObject | vleFluidPointer (from PartialVLEFluid_ps) | ||
| Boolean | stateSelectPreferForInputs (from PartialVLEFluid_ps) | false | =true, StateSelect.prefer is set for input variables |
| Boolean | interpolateTransportProperties (from PartialVLEFluid_ps) | true | Interpolate transport properties in vapor dome |
| Boolean | computeSurfaceTension (from PartialVLEFluid_ps) | true | |
| Boolean | deactivateDensityDerivatives (from PartialVLEFluid_ps) | false | Deactivate calculation of partial derivatives of density |