Class FluidComponentResponse
java.lang.Object
neqsim.process.util.monitor.FluidComponentResponse
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFluidComponentResponse(String nameinp) Constructor for FluidComponentResponse.FluidComponentResponse(String fluidname, SystemInterface fluid) Constructor for FluidComponentResponse.FluidComponentResponse(SystemInterface inputFluid) Constructor for FluidComponentResponse. -
Method Summary
-
Field Details
-
logger
static org.apache.logging.log4j.Logger loggerLogger object for class. -
name
-
properties
-
-
Constructor Details
-
FluidComponentResponse
Constructor for FluidComponentResponse. Sets name of inputFluid as name.
- Parameters:
inputFluid- aSystemInterfaceobject
-
FluidComponentResponse
Constructor for FluidComponentResponse.- Parameters:
nameinp- name of fluid
-
FluidComponentResponse
Constructor for FluidComponentResponse.- Parameters:
fluidname- name of fluidfluid- input fluid
-
-
Method Details
-
getNeqSimFluid
SystemInterface getNeqSimFluid()- Returns:
- SystemInterface
-
print
public void print()print.
-