A short interval bridging two tabulated transport intervals. More...
#include <cl_GT_TransportPolyGlue.hpp>
Public Member Functions | |
| TransportPolyGlue (const enum TransportPolyType aType, const real aTmin, const real aTmax, const Vector< real > &aCoefficients) | |
| ~TransportPolyGlue ()=default | |
| real | rawpoly (const real T) const |
| real | drawpoly (const real T) const |
| real | ddrawpoly (const real T) const |
| Public Member Functions inherited from belfem::gastables::TransportPoly | |
| TransportPoly (const enum TransportPolyType aType, const real aTmin, const real aTmax, const Vector< real > &aCoefficients, const TransportPolyKind aKind=TransportPolyKind::DEFAULT) | |
| virtual | ~TransportPoly ()=default |
| virtual real | eval (const real T) const |
| virtual real | deval (const real T) const |
| virtual real | ddeval (const real T) const |
| const real & | T_min () const |
| const real & | T_max () const |
| TransportPolyType | type () const |
| void | set_T_min (const real aTmin) |
| void | set_T_max (const real aTmax) |
| TransportPolyKind | kind () const |
Additional Inherited Members | |
| Protected Attributes inherited from belfem::gastables::TransportPoly | |
| const TransportPolyType | mType |
| const TransportPolyKind | mKind |
| const real | mScale |
| real | mTmin |
| real | mTmax |
| const Vector< real > | mCoefficients |
A short interval bridging two tabulated transport intervals.
The CEA intervals meet with a kink, and a solver that differentiates viscosity or conductivity will see it. This class carries the polynomial that RefGas fits across the junction so that the property and its first derivative stay continuous.
| belfem::gastables::TransportPolyGlue::TransportPolyGlue | ( | const enum TransportPolyType | aType, |
| const real | aTmin, | ||
| const real | aTmax, | ||
| const Vector< real > & | aCoefficients ) |
|
default |
Reimplemented from belfem::gastables::TransportPoly.
Reimplemented from belfem::gastables::TransportPoly.
Reimplemented from belfem::gastables::TransportPoly.