Class FluidCreator
java.lang.Object
neqsim.thermo.FluidCreator
Used to generate fluids of type SystemInterface.
- Version:
- $Id: $Id
- Author:
- esol
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SystemInterfaceCreate SystemInterface.static SystemInterfaceCreate SystemInterface.static SystemInterfaceCreate SystemInterface.
-
Field Details
-
hasWater
public static boolean hasWaterConstanthasWater=false. -
autoSelectModel
public static boolean autoSelectModelConstantautoSelectModel=false. -
thermoModel
ConstantthermoModel="srk". -
thermoMixingRule
ConstantthermoMixingRule="classic".
-
-
Constructor Details
-
FluidCreator
private FluidCreator()Dummy constructor, not for use. Class is to be considered static.
-
-
Method Details
-
create
Create SystemInterface.- Parameters:
componentNames- name of components to be added to a fluid- Returns:
- a fluid object (SystemInterface)
-
create
Create SystemInterface.- Parameters:
componentNames- name of components to be added to a fluidflowrate- flow rateunit- unit of flow rate- Returns:
- a fluid object (SystemInterface)
-
create
Create SystemInterface.- Parameters:
fluidType- fluid type can be "dry gas", "water", "air", "gas condensate", "combustion air"...- Returns:
- a fluid object (SystemInterface)
-