Loading...
Searching...
No Matches
createFields.H File Reference

Go to the source code of this file.

Functions

Info<< "Reading field psi\n"<< endl;volScalarField psi(IOobject("psi", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading transportProperties\n"<< endl;IOdictionary transportProperties(IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));List< magnet > magnets (transportProperties.lookup("magnets"))
surfaceScalarField murf (IOobject("murf", runTime.timeName(), mesh), mesh, dimensionedScalar("one", dimless, 1.0))
surfaceScalarField Mrf (IOobject("Mrf", runTime.timeName(), mesh), mesh, dimensionedScalar(dimensionSet(0, 1, 0, 0, 0, 1, 0), Zero))
Mrf setOriented (true)
 forAll (magnets, i)

Function Documentation

◆ magnets()

Info<< "Reading field psi\n"<< endl;volScalarField psi(IOobject("psi", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading transportProperties\n"<< endl;IOdictionary transportProperties(IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));List< magnet > magnets ( transportProperties. lookup"magnets")

References transportProperties().

Referenced by forAll().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ murf()

surfaceScalarField murf ( IOobject("murf", runTime.timeName(), mesh) ,
mesh ,
dimensionedScalar("one", dimless, 1.0)  )

References mesh, and runTime.

Referenced by forAll().

Here is the caller graph for this function:

◆ Mrf()

surfaceScalarField Mrf ( IOobject("Mrf", runTime.timeName(), mesh) ,
mesh ,
dimensionedScalar(dimensionSet(0, 1, 0, 0, 0, 1, 0), Zero)  )

References mesh, and runTime.

Referenced by forAll(), and setOriented().

Here is the caller graph for this function:

◆ setOriented()

Mrf setOriented ( true )

References Mrf().

Referenced by orientedType::operator*=(), and orientedType::operator/=().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ forAll()

forAll ( magnets ,
i  )

Definition at line 56 of file createFields.H.

References FatalIOErrorInFunction, magnets(), mesh, Mrf(), murf(), name, and transportProperties().

Here is the call graph for this function: