Cantera  2.0
Public Member Functions | Protected Attributes | List of all members
Valve Class Reference

Valve objects supply a mass flow rate that is a function of the pressure drop across the valve. More...

#include <flowControllers.h>

Inheritance diagram for Valve:
[legend]
Collaboration diagram for Valve:
[legend]

Public Member Functions

virtual bool ready ()
 
virtual void updateMassFlowRate (doublereal time)
 Compute the currrent mass flow rate, based on the pressure difference.
 
int type ()
 
doublereal massFlowRate (double time=-999.0)
 Mass flow rate (kg/s).
 
doublereal outletSpeciesMassFlowRate (size_t k)
 Mass flow rate of outlet species k.
 
doublereal enthalpy_mass ()
 
bool install (ReactorBase &in, ReactorBase &out)
 Setpoint.
 
ReactorBasein () const
 Return a reference to the upstream reactor.
 
const ReactorBaseout () const
 Return a const reference to the downstream reactor.
 
virtual void setParameters (int n, doublereal *coeffs)
 set parameters
 
void setFunction (Cantera::Func1 *f)
 
void setMassFlowRate (doublereal mdot)
 

Protected Attributes

doublereal m_mdot
 
Cantera::Func1m_func
 
vector_fp m_coeffs
 
int m_type
 

Detailed Description

Valve objects supply a mass flow rate that is a function of the pressure drop across the valve.

The default behavior is a linearly proportional to the pressure difference. Note that real valves do not have this behavior, so this class does not model real, physical valves.

Definition at line 98 of file flowControllers.h.

Member Function Documentation

virtual void updateMassFlowRate ( doublereal  time)
inlinevirtual

Compute the currrent mass flow rate, based on the pressure difference.

Reimplemented from FlowDevice.

Definition at line 114 of file flowControllers.h.

References Func1::eval(), FlowDevice::in(), and FlowDevice::out().

doublereal massFlowRate ( double  time = -999.0)
inlineinherited

Mass flow rate (kg/s).

Definition at line 65 of file FlowDevice.h.

doublereal outletSpeciesMassFlowRate ( size_t  k)
inherited

Mass flow rate of outlet species k.

Returns zero if this species is not present in the upstream mixture.

Definition at line 56 of file FlowDevice.cpp.

References Cantera::npos.

bool install ( ReactorBase in,
ReactorBase out 
)
inherited

Setpoint.

Default = 0.0. Set the setpoint. May be changed at any time. By default, this does nothing. Set the controller gains. Returns false if the number of gains is too small, or if an illegal value is specified. Get the controller gains. Returns false if the 'gains' array is too small. Maximum difference between input and setpoint since last call to 'reset'. Install a flow device between two reactors.

Parameters
inUpstream reactor.
outDownstream reactor.

Definition at line 12 of file FlowDevice.cpp.

References Phase::nSpecies(), Phase::speciesIndex(), and Phase::speciesName().

ReactorBase& in ( ) const
inlineinherited

Return a reference to the upstream reactor.

Definition at line 143 of file FlowDevice.h.

Referenced by Valve::updateMassFlowRate().

const ReactorBase& out ( ) const
inlineinherited

Return a const reference to the downstream reactor.

Definition at line 148 of file FlowDevice.h.

Referenced by Valve::updateMassFlowRate().

virtual void setParameters ( int  n,
doublereal *  coeffs 
)
inlinevirtualinherited

set parameters

Definition at line 153 of file FlowDevice.h.


The documentation for this class was generated from the following file: