Functions | Variables
createFields.H File Reference

Go to the source code of this file.

Functions

word dictName ("noiseDict")
 
 if (args.optionFound("dict"))
 
IOdictionary dict (IOobject(dictName, runTime.system(), runTime, IOobject::MUST_READ))
 

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()

word dictName ( "noiseDict"  )

◆ if()

if ( args.  optionFound"dict")

Definition at line 2 of file createFields.H.

References args, and dictName().

Here is the call graph for this function:

◆ dict()

IOdictionary dict ( IOobject(dictName, runTime.system(), runTime, IOobject::MUST_READ)  )

Variable Documentation

◆ pRef

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

◆ N

label N = dict.lookupOrDefault("N", 65536)

◆ nw

label nw = dict.lookupOrDefault("nw", 100)

◆ f1

scalar f1 = dict.lookupOrDefault("f1", 25.0)

Definition at line 28 of file createFields.H.

Referenced by autoLayerDriver::addLayers(), Foam::help::angleBetweenFaces(), preserveBafflesConstraint::apply(), Foam::help::areFacesEqual(), polyDualMesh::calcDual(), addPatchCellLayer::calcExtrudeInfo(), localPointRegion::calcPointRegions(), meshSurfaceEngine::calculateFaceFacesAddressing(), boundaryLayerOptimisation::calculateHairEdges(), meshSurfaceCheckEdgeTypes::classifyEdges(), triSurfaceClassifyEdges::classifyEdgesTypes(), orientedSurface::consistentEdge(), tetMeshExtractorOctree::createPolyMesh(), decompositionMethod::decompose(), autoSnapDriver::detectWarpedFaces(), meshRefinement::doSplitFaces(), orientedSurface::edgeToFace(), autoSnapDriver::findDiagonalAttraction(), boundaryLayers::findPatchesToBeTreatedTogether(), faceCoupleInfo::findSlavesCoveringMaster(), meshRefinement::freeStandingBaffles(), refineBoundaryLayers::refineCornerHexCell::generateMissingFaces(), isoSurfaceCell::generateTriPoints(), isoSurfaceCell::genPointTris(), Foam::meshTools::getSharedEdge(), Foam::gSumCmptProd(), Foam::gSumProd(), FaceCellWave< Type, int >::handleExplicitConnections(), cellFeatures::isCellFeatureEdge(), localPointRegion::isDuplicate(), Foam::help::isSharedEdgeConvex(), noiseFFT::Ldelta(), main(), faceCoupleInfo::matchFaces(), Foam::help::mergeTwoFaces(), Foam::help::modifyFacesToShareOneEdge(), noiseFFT::Pdelta(), SIBS::polyExtrapolate(), combineFaces::regioniseFaces(), removeFaces::setRefinement(), meshCutAndRemove::setRefinement(), meshCutter::setRefinement(), Foam::help::shareAnEdge(), Foam::help::shareAVertex(), Foam::help::sharedEdge(), Foam::help::sharedVertex(), autoSnapDriver::smoothPatchDisplacement(), meshCutAndRemove::splitFace(), meshCutter::splitFace(), Foam::stabilise(), Foam::sumCmptProd(), Foam::sumProd(), Foam::T(), externalDisplacementMeshMover::updateMesh(), cellCuts::walkCell(), interpolationWeights::weightedSum(), and AMIMethod< SourcePatch, TargetPatch >::writeIntersectionOBJ().

◆ fU

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

Definition at line 31 of file createFields.H.

Referenced by noiseFFT::Ldelta(), and noiseFFT::Pdelta().

◆ graphFormat

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