RouteTransportDippr Class Reference
#include <routes.h>
Inheritance diagram for RouteTransportDippr:

Public Member Functions | |
| RouteTransportDippr (kldip_parameter kldip, kvdip_parameter kvdip, muldip_parameter muldip, muvdip_parameter muvdip, sigdip_parameter sigdip) | |
| Value | muv (const Value &TT, const Value &P) override |
| Vapour viscosity. More... | |
| Value | mul (const Value &TT) override |
| Liquid viscosity. More... | |
| Value | kv (const Value &TT, const Value &P) override |
| Vapour thermal conductivity. More... | |
| Value | kl (const Value &TT) override |
| Liquid thermal conductivity. More... | |
| Value | sigma (const Value &TT) override |
| Liquid surface tension. More... | |
Public Member Functions inherited from ComponentInterface | |
| virtual const Value & | MW (void) const =0 |
| virtual const Value & | Pc (void) const =0 |
| virtual const Value & | Tc (void) const =0 |
| virtual const Value | Vc (void) const =0 |
| virtual const Value & | Zc (void) const =0 |
| virtual const Value & | omega (void) const =0 |
| virtual const Value & | diffvol (void) const =0 |
| virtual const Value & | vb (void) const =0 |
| virtual const Value & | dh0 (void) const =0 |
| virtual const Value & | dg0 (void) const =0 |
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... | |
Additional Inherited Members | |
Protected Member Functions inherited from ComponentInterface | |
| virtual | ~ComponentInterface ()=default |
Protected Member Functions inherited from RouteTransport | |
| RouteTransport (const RouteTransport &) | |
| not implemented, making class non copyable More... | |
| RouteTransport & | operator= (const RouteTransport &) |
| not implemented, making class non copyable More... | |
Detailed Description
Implementation of transport properties of vapor and liquid for dippr model
#include <libpf/components/routes.h>
- Remarks
- Warning
- Thread safe:
- Extendable:
- Platform dependencies:
Constructor & Destructor Documentation
◆ RouteTransportDippr()
| RouteTransportDippr::RouteTransportDippr | ( | kldip_parameter | kldip, |
| kvdip_parameter | kvdip, | ||
| muldip_parameter | muldip, | ||
| muvdip_parameter | muvdip, | ||
| sigdip_parameter | sigdip | ||
| ) |
Member Function Documentation
◆ kl()
Liquid thermal conductivity.
Implements RouteTransport.
◆ kv()
Vapour thermal conductivity.
Implements RouteTransport.
◆ mul()
Liquid viscosity.
Implements RouteTransport.
◆ muv()
Vapour viscosity.
Implements RouteTransport.
◆ sigma()
Liquid surface tension.
Implements RouteTransport.
The documentation for this class was generated from the following file:
Public Member Functions inherited from