Go to the documentation of this file.
38 #ifndef LeastSquaresVectors_H
39 #define LeastSquaresVectors_H
58 template<
class Stencil>
61 public MeshObject<fvMesh, MoveableMeshObject, LeastSquaresVectors<Stencil> >
TypeName("LeastSquaresVectors")
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
const List< List< vector > > & vectors() const
Return reference to the least square vectors.
virtual bool movePoints()
Update the least square vectors when the mesh moves.
void calcLeastSquaresVectors()
Calculate Least-squares gradient vectors.
virtual ~LeastSquaresVectors()
Destructor.
const extendedCentredCellToCellStencil & stencil() const
Return reference to the stencil.
List< List< vector > > vectors_
Least-squares gradient vectors.
Mesh data needed to do the Finite Volume discretisation.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Templated abstract base-class for optional mesh objects used to automate their allocation to the mesh...
Least-squares gradient scheme vectors.
LeastSquaresVectors(const fvMesh &)
Construct given an fvMesh and the minimum determinant criterion.