gmvOutputLagrangian.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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){ const word &name=lagrangianScalarNames[i];IOField< scalar > fld (IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
 
 if (fld.size())
 
 forAll (lagrangianVectorNames, i)
 

Function Documentation

◆ fld()

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){ const word& name = lagrangianScalarNames[i]; IOField<scalar> fld ( IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE)  )

Referenced by Foam::AddPatchFields(), cyclicAMIPolyPatch::clone(), mapDistributeBase::constructHasFlip(), polyMeshFilter::copyMesh(), nearWallFields::createFields(), mapDistributeBase::distribute(), mapDistribute::distribute(), for(), forAll(), globalIndex::gather(), triSurfaceMesh::getField(), distributedTriSurfaceMesh::getField(), surfaceFieldValue::getFieldValues(), coalCloudList::hsTrans(), if(), FieldFunction1< Function1Type >::integrate(), isoSurface::interpolate(), pointToPointPlanarInterpolation::interpolate(), vtkMesh::interpolate(), surfaceInterpolate::interpolateFields(), vectorTensorTransform::invTransform(), timeVaryingMappedFvPatchField< Type >::map(), fvMeshAdder::MapDimFields(), fvFieldDecomposer::mapField(), fvMeshAdder::MapPointFields(), fvMeshAdder::MapSurfaceFields(), fvMeshAdder::MapVolFields(), cyclicFvPatchField< Type >::neighbourPatchField(), cyclicAMIFvPatchField< Type >::neighbourPatchField(), extendedUpwindCellToFaceStencil::neiStencil(), cyclicACMIFvPatchField< Type >::nonOverlapPatchField(), ListPlusEqOp< T, Size >::operator()(), mapDistribute::transform::operator()(), mapDistribute::transformPosition::operator()(), transformOp< PrimitivePatchType, Type, TrackingData >::operator()(), fvMeshDistribute::printFieldInfo(), mappedPatchBase::readListOrField(), Foam::ReorderPatchFields(), coalCloudList::rhoTrans(), regionCoupledBase::sameRegion(), cuttingPlane::sample(), nearWallFields::sampleFields(), mappedPatchBase::samplePoints(), globalIndex::scatter(), coalCloudList::Srho(), singleRegionSolutionControl::storePrevIterTypeFields(), cyclicPointPatchField< Type >::swapAddSeparated(), cyclicAMIPointPatchField< Type >::swapAddSeparated(), vectorTensorTransform::transform(), mapDistribute::transformStart(), STARCDCoordinateRotation::transformVector(), EulerCoordinateRotation::transformVector(), axesRotation::transformVector(), cylindrical::transformVector(), timeVaryingMappedFixedValuePointPatchField< Type >::updateCoeffs(), mapDistribute::updateMesh(), meshRefinement::userFaceData(), coalCloudList::UTrans(), FieldFunction1< Function1Type >::value(), ensightSetWriter< Type >::write(), vtkSetWriter< Type >::write(), regionSizeDistribution::write(), TableBase< Type >::x(), and TableBase< Type >::y().

◆ if()

if ( fld.  size())

Definition at line 37 of file gmvOutputLagrangian.H.

References fld(), forAll(), n, and Foam::nl.

Here is the call graph for this function:

◆ forAll()

forAll ( lagrangianVectorNames  ,
 
)

Definition at line 51 of file gmvOutputLagrangian.H.

References fld(), lagrangianVectorNames, mesh, n, Foam::nl, and runTime.

Referenced by if().

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