All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
createFields.H File Reference

Go to the source code of this file.

Functions

const word dictName ("noiseDict")
 
IOdictionary dict (systemDict(dictName, args, runTime))
 

Variables

scalar pRef = dict.lookupOrDefault("pRef", 0.0)
 
label N = dict.lookupOrDefault("N", 65536)
 
label nw = dict.lookupOrDefault("nw", 100)
 
scalar f1 = dict.lookupOrDefault("f1", 25.0)
 
scalar fU = dict.lookupOrDefault("fU", 10000.0)
 
word graphFormat = dict.lookupOrDefault<word>("graphFormat", "raw")
 

Function Documentation

◆ dictName()

const word dictName ( "noiseDict"  )

Referenced by moleFractions< ThermoType >::moleFractions(), waveSuperposition::New(), and Foam::systemDictIO().

Here is the caller graph for this function:

◆ dict()

IOdictionary dict ( systemDict(dictName, args, runTime)  )

Variable Documentation

◆ pRef

scalar pRef = dict.lookupOrDefault("pRef", 0.0)

◆ N

◆ nw

◆ f1

◆ fU

scalar fU = dict.lookupOrDefault("fU", 10000.0)

Definition at line 18 of file createFields.H.

◆ graphFormat

word graphFormat = dict.lookupOrDefault<word>("graphFormat", "raw")

Definition at line 21 of file createFields.H.