76#ifndef noiseModels_pointNoise_H
77#define noiseModels_pointNoise_H
119 const label dataseti,
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
noiseModel(const noiseModel &)=delete
No copy construct.
pointNoise(const dictionary &dict, const objectRegistry &obr, const word &name=typeName, const bool readFields=true)
Constructor.
void filterTimeData(const scalarField &t0, const scalarField &p0, scalarField &t, scalarField &p) const
void processData(const label dataseti, const Function1Types::CSV< scalar > &data)
Process the CSV data.
TypeName("pointNoise")
Runtime type information.
virtual bool read(const dictionary &dict)
Read from dictionary.
List< fileName > inputFileNames_
Input file names - optional.
virtual ~pointNoise()=default
Destructor.
virtual void calculate()
Calculate.
Registry of regIOobjects.
A class for handling words, derived from Foam::string.
const volScalarField & p0
void readFields(const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const NameMatchPredicate &selectedFields, DynamicList< regIOobject * > &storedObjects)
Read the selected GeometricFields of the templated type and store on the objectRegistry.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.