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

#include <cl_GM_EoS_AlphaFunction.hpp>

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

Public Member Functions

 AlphaFunction_CCR (const real aTcrit, const real &c1, const real &c2, const real &c3)
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
virtual real alpha (const real T) const
virtual real dalphadT (const real T) const
virtual real d2alphadT2 (const real T) const

Protected Member Functions

void eval (const real T, const int aDeriv) const
Protected Member Functions inherited from belfem::gasmodels::AlphaFunction
void find_minimum ()

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ AlphaFunction_CCR()

belfem::gasmodels::AlphaFunction_CCR::AlphaFunction_CCR ( const real aTcrit,
const real & c1,
const real & c2,
const real & c3 )

Member Function Documentation

◆ eval()

void belfem::gasmodels::AlphaFunction_CCR::eval ( const real T,
const int aDeriv ) const
protectedvirtual

Reimplemented from belfem::gasmodels::AlphaFunction.


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