Go to the documentation of this file.
29 #ifndef vtkPV3FoamLagrangianFields_H
30 #define vtkPV3FoamLagrangianFields_H
42 vtkMultiBlockDataSet* output,
54 convertLagrangianField(
tf, output,
range, datasetNo);
64 vtkMultiBlockDataSet* output,
79 Info<<
"convert LagrangianField: "
81 <<
" size = " <<
tf.size()
83 <<
" nTuples = " <<
tf.size() <<
endl;
89 const Type& t =
tf[i];
94 vtkOpenFOAMTupleRemap<Type>(vec);
100 vtkPolyData::SafeDownCast
void component(FieldField< Field, typename FieldField< Field, Type >::cmptType > &sf, const FieldField< Field, Type > &f, const direction d)
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
void convertLagrangianField(const IOField< Type > &, vtkMultiBlockDataSet *output, const arrayRange &, const label datasetNo)
Lagrangian field.
A primitive field of type <T> with automated input and output.
#define forAll(list, i)
Loop across all elements in list.
Variant of pointEdgePoint with some transported additional data. WIP - should be templated on data li...
Ostream & endl(Ostream &os)
Add newline and flush stream.
forAllConstIter(PtrDictionary< phaseModel >, mixture.phases(), phase)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void convertLagrangianFields(vtkMultiBlockDataSet *)
Convert Lagrangian fields.
List of IOobjects with searching and retrieving facilities.
Bookkeeping for GUI checklists and the multi-block organization.
Traits class for primitives.
vtkDataSet * GetDataSetFromBlock(vtkMultiBlockDataSet *output, const partInfo &selector, const label datasetNo)
Convenience method use to convert the readers from VTK 5.