Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| bool | readScalar (const char *buf, floatScalar &s) |
| | Read whole of buf as a scalar. Return true if succesful. More...
|
| |
| floatScalar | mag (const floatScalar s) |
| |
| floatScalar | hypot (const floatScalar x, const floatScalar y) |
| |
| floatScalar | atan2 (const floatScalar y, const floatScalar x) |
| |
| floatScalar | jn (const int n, const floatScalar s) |
| |
| floatScalar | yn (const int n, const floatScalar s) |
| |
Original source file floatScalar.H
Definition in file floatScalar.H.
◆ Scalar
| #define Scalar floatScalar |
◆ ScalarVGREAT
| #define ScalarVGREAT floatScalarVGREAT |
◆ ScalarVSMALL
| #define ScalarVSMALL floatScalarVSMALL |
◆ ScalarROOTVGREAT
| #define ScalarROOTVGREAT floatScalarROOTVGREAT |
◆ ScalarROOTVSMALL
| #define ScalarROOTVSMALL floatScalarROOTVSMALL |
◆ readScalar
| #define readScalar readFloatScalar |
◆ transFunc
| #define transFunc |
( |
|
func | ) |
|
Value:}
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().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))
void func(FieldField< Field, Type > &f, const FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
Definition at line 83 of file floatScalar.H.