RouteTransportCmu Class Reference

#include <routes.h>

Inheritance diagram for RouteTransportCmu:

Public Member Functions

 RouteTransportCmu (double bb, double cc)
 
Value muv (const Value &T, const Value &P) override
 Vapour viscosity. More...
 
Value mul (const Value &TT) override
 Liquid viscosity. More...
 
Value kv (const Value &T, const Value &P) override
 Vapour thermal conductivity. More...
 
Value kl (const Value &T) override
 Liquid thermal conductivity. More...
 
Value sigma (const Value &T) override
 Liquid surface tension. More...
 
- Public Member Functions inherited from RouteTransport
 RouteTransport (void)
 
virtual ~RouteTransport (void)
 
virtual Value muv (const Value &T, const Value &P)=0
 Vapour viscosity. More...
 
virtual Value mul (const Value &T)=0
 Liquid viscosity. More...
 
virtual Value kv (const Value &T, const Value &P)=0
 Vapour thermal conductivity. More...
 
virtual Value kl (const Value &T)=0
 Liquid thermal conductivity. More...
 
virtual Value sigma (const Value &T)=0
 Liquid surface tension. More...
 
Value DG (const Value &T, const Value &P, const Value &mixMW, const Value &mixDiffvol)
 Gas diffusivity. More...
 
Value DL (const Value &T)
 Liquid diffusivity. More...
 
- Public Member Functions inherited from ComponentInterface
virtual const ValueMW (void) const =0
 
virtual const ValuePc (void) const =0
 
virtual const ValueTc (void) const =0
 
virtual const Value Vc (void) const =0
 
virtual const ValueZc (void) const =0
 
virtual const Valueomega (void) const =0
 
virtual const Valuediffvol (void) const =0
 
virtual const Valuevb (void) const =0
 
virtual const Valuedh0 (void) const =0
 
virtual const Valuedg0 (void) const =0
 

Additional Inherited Members

- Protected Member Functions inherited from RouteTransport
 RouteTransport (const RouteTransport &)
 not implemented, making class non copyable More...
 
RouteTransportoperator= (const RouteTransport &)
 not implemented, making class non copyable More...
 
- Protected Member Functions inherited from ComponentInterface
virtual ~ComponentInterface ()=default
 

Detailed Description

Vapour and Liquid transport model for ComponentCmu.
Based on the CMU (Carnegie Mellon University) models

#include <libpf/components/routes.h>

Remarks
Warning
Thread safe:
Extendable:
Platform dependencies:

Constructor & Destructor Documentation

◆ RouteTransportCmu()

RouteTransportCmu::RouteTransportCmu ( double  bb,
double  cc 
)

Member Function Documentation

◆ kl()

Value RouteTransportCmu::kl ( const Value T)
overridevirtual

Liquid thermal conductivity.

Implements RouteTransport.

◆ kv()

Value RouteTransportCmu::kv ( const Value T,
const Value P 
)
overridevirtual

Vapour thermal conductivity.

Implements RouteTransport.

◆ mul()

Value RouteTransportCmu::mul ( const Value T)
overridevirtual

Liquid viscosity.

Implements RouteTransport.

◆ muv()

Value RouteTransportCmu::muv ( const Value T,
const Value P 
)
overridevirtual

Vapour viscosity.

Implements RouteTransport.

◆ sigma()

Value RouteTransportCmu::sigma ( const Value T)
overridevirtual

Liquid surface tension.

Implements RouteTransport.


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