BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
belfem::gastables::HeatPolyEmpty Class Reference

An empty polynomial that returns only zeros. More...

#include <cl_GT_HeatPolyEmpty.hpp>

Inheritance diagram for belfem::gastables::HeatPolyEmpty:
[legend]
Collaboration diagram for belfem::gastables::HeatPolyEmpty:
[legend]

Public Member Functions

 HeatPolyEmpty ()
 ~HeatPolyEmpty ()=default
real Cp (const real T) const
real H (const real T) const
real S (const real T) const
real dSdT (const real T) const
real dCpdT (const real T) const
real d2CpdT2 (const real T) const
Public Member Functions inherited from belfem::gastables::HeatPoly
 HeatPoly (const real aTmin, const real aTmax, const real aEnthalpyConstant, const real aEntropyConstant, const Vector< real > &aCoefficients)
virtual ~HeatPoly ()=default
const realT_min () const
const realT_max () const
void set_T_min (const real aTmin)
void set_T_max (const real aTmax)
void set_enthalpy_constant (const real &aEnthalpyConstant)
void set_entropy_constant (const real &aEntropyConstant)
real enthalpy_constant () const
real entropy_constant () const

Additional Inherited Members

Protected Attributes inherited from belfem::gastables::HeatPoly
real mTmin
real mTmax
real mEnthalpyConstant
real mEntropyConstant
const Vector< realmCoefficients

Detailed Description

An empty polynomial that returns only zeros.

Creted if no data has been found in thermo.inp

Constructor & Destructor Documentation

◆ HeatPolyEmpty()

belfem::gastables::HeatPolyEmpty::HeatPolyEmpty ( )
inline

◆ ~HeatPolyEmpty()

belfem::gastables::HeatPolyEmpty::~HeatPolyEmpty ( )
default

Member Function Documentation

◆ Cp()

real belfem::gastables::HeatPolyEmpty::Cp ( const real T) const
inlinevirtual

Reimplemented from belfem::gastables::HeatPoly.

◆ d2CpdT2()

real belfem::gastables::HeatPolyEmpty::d2CpdT2 ( const real T) const
inlinevirtual

Reimplemented from belfem::gastables::HeatPoly.

◆ dCpdT()

real belfem::gastables::HeatPolyEmpty::dCpdT ( const real T) const
inlinevirtual

Reimplemented from belfem::gastables::HeatPoly.

◆ dSdT()

real belfem::gastables::HeatPolyEmpty::dSdT ( const real T) const
inlinevirtual

Reimplemented from belfem::gastables::HeatPoly.

◆ H()

real belfem::gastables::HeatPolyEmpty::H ( const real T) const
inlinevirtual

Reimplemented from belfem::gastables::HeatPoly.

◆ S()

real belfem::gastables::HeatPolyEmpty::S ( const real T) const
inlinevirtual

Reimplemented from belfem::gastables::HeatPoly.


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