71 #ifndef Foam_uniformFixedGradientFvPatchField_H 72 #define Foam_uniformFixedGradientFvPatchField_H 87 class uniformFixedGradientFvPatchField
89 public fixedGradientFvPatchField<Type>
91 typedef uniformFixedGradientFvPatchField<Type> this_bctype;
92 typedef fixedGradientFvPatchField<Type> parent_bctype;
148 [[deprecated(
"2026-03: soon = delete")]]
150 #ifdef Foam_fvPatchField_copyConstruct 172 virtual void write(Ostream& os)
const;
189 #include "uniformFixedGradientFvPatchField.txx" A list of keyword definitions, which are a keyword followed by a number of values (eg...
friend Ostream & operator(Ostream &, const fvPatchField< Type > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
static tmp< fvPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
A FieldMapper for finite-volume patch fields.
This boundary condition supplies a fixed gradient condition, such that the patch values are calculate...
gmvFile<< "tracers "<< particles.size()<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().x()<< ' ';}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().y()<< ' ';}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().z()<< ' ';}gmvFile<< nl;for(const word &name :lagrangianScalarNames){ IOField< scalar > fld(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const DimensionedField< Type, volMesh > & internalField() const noexcept
Return const-reference to the dimensioned internal field.
Pointer management similar to std::unique_ptr, with some additional methods and type checking...
A class for managing temporary objects.
virtual tmp< fvPatchField< Type > > clone() const
No clone without an internal field reference.