floatScalar.H File Reference
Include dependency graph for floatScalar.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define Scalar   floatScalar
 
#define ScalarVGREAT   floatScalarVGREAT
 
#define ScalarVSMALL   floatScalarVSMALL
 
#define ScalarROOTVGREAT   floatScalarROOTVGREAT
 
#define ScalarROOTVSMALL   floatScalarROOTVSMALL
 
#define ScalarRead   readFloat
 
#define transFunc(func)
 
#define besselFunc(func)
 
#define besselFunc2(func)
 

Typedefs

typedef float floatScalar
 Floating-point single precision scalar type. More...
 

Functions

floatScalar mag (const floatScalar s)
 
floatScalar hypot (const floatScalar x, const floatScalar y)
 
floatScalar atan2 (const floatScalar y, const floatScalar x)
 

Variables

constexpr floatScalar floatScalarGREAT = 1.0e+6
 
constexpr floatScalar floatScalarVGREAT = 1.0e+37
 
constexpr floatScalar floatScalarROOTVGREAT = 1.0e+18
 
constexpr floatScalar floatScalarSMALL = 1.0e-6
 
constexpr floatScalar floatScalarROOTSMALL = 1.0e-3
 
constexpr floatScalar floatScalarVSMALL = 1.0e-37
 
constexpr floatScalar floatScalarROOTVSMALL = 1.0e-18
 

Detailed Description

Original source file floatScalar.H

Definition in file floatScalar.H.

Macro Definition Documentation

◆ Scalar

#define Scalar   floatScalar

Definition at line 65 of file floatScalar.H.

◆ ScalarVGREAT

#define ScalarVGREAT   floatScalarVGREAT

Definition at line 66 of file floatScalar.H.

◆ ScalarVSMALL

#define ScalarVSMALL   floatScalarVSMALL

Definition at line 67 of file floatScalar.H.

◆ ScalarROOTVGREAT

#define ScalarROOTVGREAT   floatScalarROOTVGREAT

Definition at line 68 of file floatScalar.H.

◆ ScalarROOTVSMALL

#define ScalarROOTVSMALL   floatScalarROOTVSMALL

Definition at line 69 of file floatScalar.H.

◆ ScalarRead

#define ScalarRead   readFloat

Definition at line 70 of file floatScalar.H.

◆ transFunc

#define transFunc (   func)
Value:
inline Scalar func(const Scalar s) \
{ \
}

Definition at line 89 of file floatScalar.H.

◆ besselFunc

#define besselFunc (   func)
Value:
inline Scalar func(const Scalar s) \
{ \
}

Definition at line 138 of file floatScalar.H.

◆ besselFunc2

#define besselFunc2 (   func)
Value:
inline Scalar func(const int n, const Scalar s) \
{ \
}

Definition at line 143 of file floatScalar.H.

s
gmvFile<< "tracers "<< particles.size()<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().x()<< " ";}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().y()<< " ";}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
Definition: gmvOutputSpray.H:25
n
label n
Definition: TABSMDCalcMethod2.H:31
Foam::func
void func(FieldField< Field, Type > &f, const FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
f
labelList f(nPoints)
Scalar
#define Scalar
Definition: floatScalar.H:65