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

an empty function that does nothing More...

#include <cl_GM_EoS_AlphaFunction.hpp>

Inheritance diagram for belfem::gasmodels::AlphaFunction_Empty:
[legend]
Collaboration diagram for belfem::gasmodels::AlphaFunction_Empty:
[legend]

Public Member Functions

 AlphaFunction_Empty ()
real alpha (const real T) const
real dalphadT (const real T) const
real d2alphadT2 (const real T) const
Public Member Functions inherited from belfem::gasmodels::AlphaFunction
 AlphaFunction ()
 empty constructor
 AlphaFunction (const real aTcrit, const Vector< real > &aCoeffs)
 a special constructor that initializes coefficients
 AlphaFunction (const real aTcrit, const real &c1, const real &c2, const real &c3)
 a special constructor that initializes coefficients
virtual ~AlphaFunction ()=default

Additional Inherited Members

Protected Member Functions inherited from belfem::gasmodels::AlphaFunction
virtual void eval (const real T, const int aDeriv) const
void find_minimum ()
Protected Attributes inherited from belfem::gasmodels::AlphaFunction
const real mTcrit
 critical temperature
const real mInvTcrit
 inverse of critical temperature
real mT [3] = { 0.0 }
 last used T
const real mC1
const real mC2
const real mC3
real mAlpha [3]
real mWork [4]
real mTmin
real mAlphaMin

Detailed Description

an empty function that does nothing

Constructor & Destructor Documentation

◆ AlphaFunction_Empty()

belfem::gasmodels::AlphaFunction_Empty::AlphaFunction_Empty ( )

Member Function Documentation

◆ alpha()

real belfem::gasmodels::AlphaFunction_Empty::alpha ( const real T) const
virtual

Reimplemented from belfem::gasmodels::AlphaFunction.

◆ d2alphadT2()

real belfem::gasmodels::AlphaFunction_Empty::d2alphadT2 ( const real T) const
virtual

Reimplemented from belfem::gasmodels::AlphaFunction.

◆ dalphadT()

real belfem::gasmodels::AlphaFunction_Empty::dalphadT ( const real T) const
virtual

Reimplemented from belfem::gasmodels::AlphaFunction.


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