Go to the documentation of this file.
107 return x*(
x*(
x*a() +
b()) +
c()) + d();
113 return x*(
x*3*a() + 2*
b()) +
c();
122 + SMALL*(
mag(
x*(
x*(
x*a() +
b()) +
c())) +
mag(d()));
scalar derivative(const scalar x) const
static const Foam::dimensionedScalar B("", Foam::dimless, 18.678)
static const Foam::dimensionedScalar A("", Foam::dimPressure, 611.21)
dimensioned< typename typeOfMag< Type >::type > magSqr(const dimensioned< Type > &dt)
const dimensionedScalar b
scalar value(const scalar x) const
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
const dimensionedScalar & D
scalar error(const scalar x) const
const dimensionedScalar c
Container to encapsulate various operations for cubic equation of the forms with real coefficients:
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...