![]() |
|
This file is part of OpenFOAM. OpenFOAM is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenFOAM; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Single floating point number
Definition in file Scalar.H.
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Classes | |
class | pTraits< Scalar > |
Defines | |
#define | transFunc(func) |
Functions | |
word | name (const Scalar s) |
Scalar & | setComponent (Scalar &s, const direction) |
Scalar | component (const Scalar s, const direction) |
Scalar | atan2 (const Scalar y, const Scalar x) |
Scalar | mag (const Scalar s) |
Scalar | sign (const Scalar s) |
Scalar | pos (const Scalar s) |
Scalar | neg (const Scalar s) |
bool | equal (const Scalar &s1, const Scalar &s2) |
bool | notEqual (const Scalar s1, const Scalar s2) |
Scalar | limit (const Scalar s1, const Scalar s2) |
Scalar | magSqr (const Scalar s) |
Scalar | sqr (const Scalar s) |
Scalar | pow3 (const Scalar s) |
Scalar | pow4 (const Scalar s) |
Scalar | cmptAv (const Scalar s) |
Scalar | cmptMag (const Scalar s) |
Scalar | scale (const Scalar s, const Scalar d) |
Scalar | sqrt (const Scalar s) |
Scalar | exp (const Scalar s) |
Scalar | log (const Scalar s) |
Scalar | log10 (const Scalar s) |
Scalar | sin (const Scalar s) |
Scalar | cos (const Scalar s) |
Scalar | tan (const Scalar s) |
Scalar | asin (const Scalar s) |
Scalar | acos (const Scalar s) |
Scalar | atan (const Scalar s) |
Scalar | sinh (const Scalar s) |
Scalar | cosh (const Scalar s) |
Scalar | tanh (const Scalar s) |
Scalar | asinh (const Scalar s) |
Scalar | acosh (const Scalar s) |
Scalar | atanh (const Scalar s) |
Scalar | erf (const Scalar s) |
Scalar | erfc (const Scalar s) |
Scalar | lgamma (const Scalar s) |
Scalar | j0 (const Scalar s) |
Scalar | j1 (const Scalar s) |
Scalar | jn (const int n, const Scalar s) |
Scalar | y0 (const Scalar s) |
Scalar | y1 (const Scalar s) |
Scalar | yn (const int n, const Scalar s) |
Scalar | stabilise (const Scalar s, const Scalar small) |
Scalar | readScalar (Istream &is) |
Istream & | operator>> (Istream &, Scalar &) |
|
Value: inline Scalar func(const Scalar s) \ { \ return ::func(s); \ } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 189 of file Scalar.H. Referenced by specieThermo::A(), Foam::Ek(), and if(). |
|
|
|
|
|
Definition at line 214 of file Scalar.H. References Foam::yn(). |
Here is the call graph for this function:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 125 of file Scalar.H. Referenced by downwind::downwind(). |
|
|
|
|
|
Definition at line 120 of file Scalar.H. Referenced by multivariateUpwind::fieldScheme::fieldScheme(), and upwindEdgeInterpolation::upwindEdgeInterpolation(). |
|
|
|
|
|
Referenced by STLpoint::operator point(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 188 of file Scalar.H. Referenced by if(), and GenSGSStress::k(). |
|
Definition at line 231 of file Scalar.H. Referenced by QUICKLimiter::limiter(), PhiLimiter::limiter(), limitedCubicVLimiter::limiter(), limitedCubicLimiter::limiter(), NVDVTVDV::phict(), NVDTVD::phict(), NVDVTVDV::r(), NVDTVD::r(), linearUpwindWeight::weight(), and GammaWeight::weight(). |
|
|
|
|
|
|
|
|
|
Definition at line 222 of file Scalar.H. References Scalar. Referenced by Foam::jn(). |