mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: pointFields: define symmTensor and sphericalTensor point fields
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -48,6 +48,10 @@ namespace Foam
|
|||||||
|
|
||||||
typedef GeometricField<scalar, pointPatchField, pointMesh> pointScalarField;
|
typedef GeometricField<scalar, pointPatchField, pointMesh> pointScalarField;
|
||||||
typedef GeometricField<vector, pointPatchField, pointMesh> pointVectorField;
|
typedef GeometricField<vector, pointPatchField, pointMesh> pointVectorField;
|
||||||
|
typedef GeometricField<sphericalTensor, pointPatchField, pointMesh>
|
||||||
|
pointSphericalTensorField;
|
||||||
|
typedef GeometricField<symmTensor, pointPatchField, pointMesh>
|
||||||
|
pointSymmTensorField;
|
||||||
typedef GeometricField<tensor, pointPatchField, pointMesh> pointTensorField;
|
typedef GeometricField<tensor, pointPatchField, pointMesh> pointTensorField;
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|||||||
Reference in New Issue
Block a user