coordinateSystem Class Reference

Base class for coordinate system specification, the default coordinate system type is cartesian . More...

Inheritance diagram for coordinateSystem:
Collaboration diagram for coordinateSystem:

Classes

struct  iNew
 Helper for construction of coordinateSystem PtrList. More...
 

Public Member Functions

 TypeName ("coordinateSystem")
 Runtime type information. More...
 
 coordinateSystem ()
 Default construct. This is an identity coordinate system. More...
 
 coordinateSystem (const coordinateRotation &crot)
 Copy construct from rotation with origin=0. More...
 
 coordinateSystem (coordinateRotation &&crot)
 Move construct from rotation with origin=0. More...
 
 coordinateSystem (const coordinateSystem &csys)
 Copy construct. More...
 
 coordinateSystem (coordinateSystem &&csys)
 Move construct. More...
 
 coordinateSystem (autoPtr< coordinateSystem > &&csys)
 Move construct from autoPtr. More...
 
 coordinateSystem (const word &name, const coordinateSystem &csys)
 Copy construct with a different name. More...
 
 coordinateSystem (const point &origin, const coordinateRotation &crot)
 Construct from origin and rotation. More...
 
 coordinateSystem (const point &origin, const vector &axis, const vector &dirn)
 Construct from origin and 2 axes. More...
 
 coordinateSystem (const word &name, const point &origin, const coordinateRotation &crot)
 Construct from origin and rotation. More...
 
 coordinateSystem (const word &name, const point &origin, const vector &axis, const vector &dirn)
 Construct named from origin and 2 axes. More...
 
 coordinateSystem (const dictionary &dict, IOobjectOption::readOption readOrigin=IOobjectOption::MUST_READ)
 Construct from dictionary with optional read handling for the 'origin' entry (default: MUST_READ). More...
 
 coordinateSystem (const dictionary &dict, const word &dictName, IOobjectOption::readOption readOrigin=IOobjectOption::MUST_READ)
 Construct from dictionary with optional subDict lookup and optional read handling for the 'origin' entry (default: MUST_READ). More...
 
virtual autoPtr< coordinateSystemclone () const
 Return clone. More...
 
 declareRunTimeSelectionTable (autoPtr, coordinateSystem, dictionary,(const dictionary &dict, IOobjectOption::readOption readOrigin),(dict, readOrigin))
 
 declareRunTimeSelectionTable (autoPtr, coordinateSystem, registry,(const objectRegistry &obr, const dictionary &dict, IOobjectOption::readOption readOrigin),(obr, dict, readOrigin))
 
virtual ~coordinateSystem ()=default
 Destructor. More...
 
virtual bool good () const
 Consider good if it has a specification. More...
 
virtual bool uniform () const
 True if the rotation tensor is uniform for all locations. More...
 
virtual bool valid () const
 Same as good() - 2023-07. More...
 
virtual const pointorigin () const
 Return origin. More...
 
virtual const coordinateRotationrotation () const
 The rotation specification. More...
 
virtual const wordname () const
 Return the name. More...
 
virtual const stringnote () const
 Return the optional note. More...
 
virtual const tensorR () const
 Return const reference to the rotation tensor. More...
 
virtual const vector e1 () const
 The local Cartesian x-axis in global coordinates. More...
 
virtual const vector e2 () const
 The local Cartesian y-axis in global coordinates. More...
 
virtual const vector e3 () const
 The local Cartesian z-axis in global coordinates. More...
 
virtual void rename (const word &newName)
 Rename. More...
 
virtual stringnote ()
 Edit access to optional note. More...
 
virtual pointorigin ()
 Edit access to origin. More...
 
virtual void clear ()
 Reset origin and rotation to an identity coordinateSystem. More...
 
virtual void rotation (autoPtr< coordinateRotation > &&crot)
 Change the rotation. More...
 
virtual void write (Ostream &os) const
 Write. More...
 
virtual void writeEntry (Ostream &os) const
 Write 'coordinateSystem' dictionary entry. More...
 
virtual void writeEntry (const word &keyword, Ostream &os) const
 Write dictionary entry. More...
 
void operator= (const coordinateSystem &csys)
 Copy assignment. More...
 
void operator= (coordinateSystem &&csys)
 Move assignment. More...
 
void operator= (const autoPtr< coordinateSystem > &csys)
 Copy assignment from autoPtr. More...
 
void operator= (autoPtr< coordinateSystem > &&csys)
 Move assignment from autoPtr. More...
 
virtual tensor R (const point &global) const
 Position-dependent rotation tensor (when uniform = false) More...
 
virtual tmp< tensorFieldR (const UList< point > &global) const
 Position-dependent rotation tensors (when uniform = false) More...
 
virtual tmp< tensorFieldR (const pointUIndList &global) const
 Position-dependent rotation tensors (when uniform = false) More...
 
point transformPoint (const point &localCart) const
 Transform point and add origin offset. More...
 
tmp< pointFieldtransformPoint (const UList< point > &localCart) const
 Transform points and add origin offset. More...
 
tmp< pointFieldtransformPoint (const pointUIndList &localCart) const
 Transform points and add origin offset. More...
 
point invTransformPoint (const point &global) const
 Remove origin offset and inverse transform point. More...
 
tmp< pointFieldinvTransformPoint (const UList< point > &global) const
 Remove origin offset and inverse transform points. More...
 
tmp< pointFieldinvTransformPoint (const pointUIndList &global) const
 Remove origin offset and inverse transform points. More...
 
point globalPosition (const point &local) const
 From local coordinate position to global (cartesian) position. More...
 
tmp< pointFieldglobalPosition (const pointField &local) const
 From local coordinate position to global (cartesian) position. More...
 
point localPosition (const point &global) const
 From global (cartesian) position to local coordinate position. More...
 
tmp< pointFieldlocalPosition (const pointField &global) const
 From global (cartesian) position to local coordinate position. More...
 
vector globalVector (const vector &local) const
 From local to global (cartesian) vector components. More...
 
tmp< vectorFieldglobalVector (const vectorField &local) const
 From local to global (cartesian) vector components. More...
 
vector localVector (const vector &global) const
 From global (cartesian) to local vector components. More...
 
tmp< vectorFieldlocalVector (const vectorField &global) const
 From global (cartesian) to local vector components. More...
 
virtual symmTensor transformPrincipal (const vector &input) const
 With constant rotation tensor. More...
 
virtual tmp< Field< symmTensor > > transformPrincipal (const UList< vector > &input) const
 With constant rotation tensor. More...
 
virtual symmTensor transformPrincipal (const point &global, const vector &input) const
 With rotation tensor at given global position. More...
 
virtual tmp< Field< symmTensor > > transformPrincipal (const UList< point > &global, const vector &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< symmTensor > > transformPrincipal (const pointUIndList &global, const vector &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< symmTensor > > transformPrincipal (const UList< point > &global, const UList< vector > &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< symmTensor > > transformPrincipal (const pointUIndList &global, const UList< vector > &input) const
 With rotation tensors at given global positions. More...
 
virtual scalar transform (const scalar &input) const
 With constant rotation tensor. More...
 
virtual tmp< Field< scalar > > transform (const UList< scalar > &input) const
 With constant rotation tensor. More...
 
virtual scalar transform (const point &global, const scalar &input) const
 With rotation tensor at given global position. More...
 
virtual tmp< Field< scalar > > transform (const UList< point > &global, const scalar &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< scalar > > transform (const pointUIndList &global, const scalar &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< scalar > > transform (const UList< point > &global, const UList< scalar > &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< scalar > > transform (const pointUIndList &global, const UList< scalar > &input) const
 With rotation tensors at given global positions. More...
 
virtual vector transform (const vector &input) const
 With constant rotation tensor. More...
 
virtual tmp< Field< vector > > transform (const UList< vector > &input) const
 With constant rotation tensor. More...
 
virtual vector transform (const point &global, const vector &input) const
 With rotation tensor at given global position. More...
 
virtual tmp< Field< vector > > transform (const UList< point > &global, const vector &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< vector > > transform (const pointUIndList &global, const vector &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< vector > > transform (const UList< point > &global, const UList< vector > &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< vector > > transform (const pointUIndList &global, const UList< vector > &input) const
 With rotation tensors at given global positions. More...
 
virtual sphericalTensor transform (const sphericalTensor &input) const
 With constant rotation tensor. More...
 
virtual tmp< Field< sphericalTensor > > transform (const UList< sphericalTensor > &input) const
 With constant rotation tensor. More...
 
virtual sphericalTensor transform (const point &global, const sphericalTensor &input) const
 With rotation tensor at given global position. More...
 
virtual tmp< Field< sphericalTensor > > transform (const UList< point > &global, const sphericalTensor &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< sphericalTensor > > transform (const pointUIndList &global, const sphericalTensor &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< sphericalTensor > > transform (const UList< point > &global, const UList< sphericalTensor > &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< sphericalTensor > > transform (const pointUIndList &global, const UList< sphericalTensor > &input) const
 With rotation tensors at given global positions. More...
 
virtual symmTensor transform (const symmTensor &input) const
 With constant rotation tensor. More...
 
virtual tmp< Field< symmTensor > > transform (const UList< symmTensor > &input) const
 With constant rotation tensor. More...
 
virtual symmTensor transform (const point &global, const symmTensor &input) const
 With rotation tensor at given global position. More...
 
virtual tmp< Field< symmTensor > > transform (const UList< point > &global, const symmTensor &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< symmTensor > > transform (const pointUIndList &global, const symmTensor &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< symmTensor > > transform (const UList< point > &global, const UList< symmTensor > &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< symmTensor > > transform (const pointUIndList &global, const UList< symmTensor > &input) const
 With rotation tensors at given global positions. More...
 
virtual tensor transform (const tensor &input) const
 With constant rotation tensor. More...
 
virtual tmp< Field< tensor > > transform (const UList< tensor > &input) const
 With constant rotation tensor. More...
 
virtual tensor transform (const point &global, const tensor &input) const
 With rotation tensor at given global position. More...
 
virtual tmp< Field< tensor > > transform (const UList< point > &global, const tensor &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< tensor > > transform (const pointUIndList &global, const tensor &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< tensor > > transform (const UList< point > &global, const UList< tensor > &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< tensor > > transform (const pointUIndList &global, const UList< tensor > &input) const
 With rotation tensors at given global positions. More...
 
virtual scalar invTransform (const scalar &input) const
 With constant rotation tensor. More...
 
virtual tmp< Field< scalar > > invTransform (const UList< scalar > &input) const
 With constant rotation tensor. More...
 
virtual scalar invTransform (const point &global, const scalar &input) const
 With rotation tensor at given global position. More...
 
virtual tmp< Field< scalar > > invTransform (const UList< point > &global, const scalar &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< scalar > > invTransform (const pointUIndList &global, const scalar &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< scalar > > invTransform (const UList< point > &global, const UList< scalar > &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< scalar > > invTransform (const pointUIndList &global, const UList< scalar > &input) const
 With rotation tensors at given global positions. More...
 
virtual vector invTransform (const vector &input) const
 With constant rotation tensor. More...
 
virtual tmp< Field< vector > > invTransform (const UList< vector > &input) const
 With constant rotation tensor. More...
 
virtual vector invTransform (const point &global, const vector &input) const
 With rotation tensor at given global position. More...
 
virtual tmp< Field< vector > > invTransform (const UList< point > &global, const vector &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< vector > > invTransform (const pointUIndList &global, const vector &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< vector > > invTransform (const UList< point > &global, const UList< vector > &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< vector > > invTransform (const pointUIndList &global, const UList< vector > &input) const
 With rotation tensors at given global positions. More...
 
virtual sphericalTensor invTransform (const sphericalTensor &input) const
 With constant rotation tensor. More...
 
virtual tmp< Field< sphericalTensor > > invTransform (const UList< sphericalTensor > &input) const
 With constant rotation tensor. More...
 
virtual sphericalTensor invTransform (const point &global, const sphericalTensor &input) const
 With rotation tensor at given global position. More...
 
virtual tmp< Field< sphericalTensor > > invTransform (const UList< point > &global, const sphericalTensor &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< sphericalTensor > > invTransform (const pointUIndList &global, const sphericalTensor &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< sphericalTensor > > invTransform (const UList< point > &global, const UList< sphericalTensor > &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< sphericalTensor > > invTransform (const pointUIndList &global, const UList< sphericalTensor > &input) const
 With rotation tensors at given global positions. More...
 
virtual symmTensor invTransform (const symmTensor &input) const
 With constant rotation tensor. More...
 
virtual tmp< Field< symmTensor > > invTransform (const UList< symmTensor > &input) const
 With constant rotation tensor. More...
 
virtual symmTensor invTransform (const point &global, const symmTensor &input) const
 With rotation tensor at given global position. More...
 
virtual tmp< Field< symmTensor > > invTransform (const UList< point > &global, const symmTensor &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< symmTensor > > invTransform (const pointUIndList &global, const symmTensor &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< symmTensor > > invTransform (const UList< point > &global, const UList< symmTensor > &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< symmTensor > > invTransform (const pointUIndList &global, const UList< symmTensor > &input) const
 With rotation tensors at given global positions. More...
 
virtual tensor invTransform (const tensor &input) const
 With constant rotation tensor. More...
 
virtual tmp< Field< tensor > > invTransform (const UList< tensor > &input) const
 With constant rotation tensor. More...
 
virtual tensor invTransform (const point &global, const tensor &input) const
 With rotation tensor at given global position. More...
 
virtual tmp< Field< tensor > > invTransform (const UList< point > &global, const tensor &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< tensor > > invTransform (const pointUIndList &global, const tensor &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< tensor > > invTransform (const UList< point > &global, const UList< tensor > &input) const
 With rotation tensors at given global positions. More...
 
virtual tmp< Field< tensor > > invTransform (const pointUIndList &global, const UList< tensor > &input) const
 With rotation tensors at given global positions. More...
 
template<class PointField >
Foam::tmp< Foam::tensorFieldrotationsImpl (const PointField &global) const
 
template<class PointField >
Foam::tmp< Foam::pointFieldtransformPointImpl (const PointField &localCart) const
 
template<class PointField >
Foam::tmp< Foam::pointFieldinvTransformPointImpl (const PointField &global) const
 
template<class RetType , class Type , class BinaryOp >
Foam::tmp< Foam::Field< RetType > > manyTimesImpl (const tensor &tt, const UList< Type > &input, const BinaryOp &bop)
 
template<class RetType , class PointField , class Type , class BinaryOp >
Foam::tmp< Foam::Field< RetType > > oneToOneImpl (const PointField &global, const UList< Type > &input, const BinaryOp &bop) const
 
template<class RetType , class PointField , class Type , class BinaryOp >
Foam::tmp< Foam::Field< RetType > > oneToManyImpl (const PointField &global, const Type &input, const BinaryOp &bop) const
 

Static Public Member Functions

static autoPtr< coordinateSystemNew (const word &modelType, const objectRegistry &obr, const dictionary &dict, IOobjectOption::readOption readOrigin=IOobjectOption::MUST_READ)
 Select construct the specified coordinate system type with reference to objectRegistry for indirect entries. More...
 
static autoPtr< coordinateSystemNew (const word &modelType, const dictionary &dict, IOobjectOption::readOption readOrigin=IOobjectOption::MUST_READ)
 Select construct the specified coordinate system type. More...
 
static autoPtr< coordinateSystemNew (const objectRegistry &obr, const dictionary &dict, const word &dictName=word::null, IOobjectOption::readOption readOrigin=IOobjectOption::MUST_READ)
 Select construct from dictionary with reference to objectRegistry for indirect entries. More...
 
static autoPtr< coordinateSystemNew (const dictionary &dict, const word &dictName=word::null, IOobjectOption::readOption readOrigin=IOobjectOption::MUST_READ)
 Select constructed from dictionary. More...
 
static autoPtr< coordinateSystemNew (Istream &is, IOobjectOption::readOption readOrigin=IOobjectOption::MUST_READ)
 Select constructed from Istream. More...
 
static autoPtr< coordinateSystemNewIfPresent (const objectRegistry &obr, const dictionary &dict, const word &dictName=coordinateSystem::typeName)
 Optional select construct from dictionary, with registry reference. More...
 
static autoPtr< coordinateSystemNewIfPresent (const dictionary &dict, const word &dictName=coordinateSystem::typeName)
 Optional select construct from dictionary. More...
 

Protected Member Functions

template<class PointField >
tmp< tensorFieldrotationsImpl (const PointField &global) const
 Implementation for R() methods. More...
 
template<class PointField >
tmp< pointFieldtransformPointImpl (const PointField &localCart) const
 Implementation for transformPoint() methods. More...
 
template<class PointField >
tmp< pointFieldinvTransformPointImpl (const PointField &global) const
 Implementation for transformPosition() methods. More...
 
template<class RetType , class PointField , class Type , class BinaryOp >
tmp< Field< RetType > > oneToOneImpl (const PointField &global, const UList< Type > &input, const BinaryOp &bop) const
 Use position-dependent transform tensors for multiple inputs. More...
 
template<class RetType , class PointField , class Type , class BinaryOp >
tmp< Field< RetType > > oneToManyImpl (const PointField &global, const Type &input, const BinaryOp &bop) const
 Use position-dependent transform tensors for single input. More...
 
virtual vector localToGlobal (const vector &local, bool translate) const
 From local coordinate system to the global Cartesian system with optional translation for the origin. More...
 
virtual tmp< vectorFieldlocalToGlobal (const vectorField &local, bool translate) const
 From local coordinate system to the global Cartesian system with optional translation for the origin. More...
 
virtual vector globalToLocal (const vector &global, bool translate) const
 From global Cartesian system to the local coordinate system with optional translation for the origin. More...
 
virtual tmp< vectorFieldglobalToLocal (const vectorField &global, bool translate) const
 From global Cartesian system to the local coordinate system with optional translation for the origin. More...
 
void assign (const dictionary &dict, IOobjectOption::readOption readOrigin=IOobjectOption::MUST_READ)
 Assign from dictionary content with specified read handling of the 'origin' entry. More...
 
 coordinateSystem (std::nullptr_t)
 Construct null, without allocating a coordinateRotation specification. More...
 

Static Protected Member Functions

template<class RetType , class Type , class BinaryOp >
static tmp< Field< RetType > > manyTimesImpl (const tensor &tt, const UList< Type > &input, const BinaryOp &bop)
 Apply single transform tensor for multiple inputs. More...
 

Protected Attributes

autoPtr< coordinateRotationspec_
 User specification of the coordinate rotation. More...
 
point origin_
 The coordinate system origin. More...
 
tensor rot_
 The rotation tensor. More...
 
word name_
 The name of the coordinate system (optional) More...
 
string note_
 An optional note describing the coordinate system. More...
 

Static Protected Attributes

static coordinateSystem dummy_
 Dummy coordinate system for suppressed manipulation. More...
 

Detailed Description

Base class for coordinate system specification, the default coordinate system type is cartesian .

All systems are defined by an origin point and a coordinate rotation By default, the axes specification can be used directly as part of the coordinate system specification. For example,

coordinateSystem
{
    origin  (0 0 0);
    e1      (0 1 0);
    e3      (1 0 0);
}

However, a more verbose format with rotation provided as a dictionary entry is possible:

coordinateSystem
{
    type    cartesian;
    origin  (0 0 0);
    rotation
    {
        type    axes;
        e1      (0 1 0);
        e3      (1 0 0);
    }
}

It also also possible to use the compact (single-dictionary) form and specific a different type of rotation:

coordinateSystem
{
    type        cartesian;
    origin      (0 0 0);
    rotation    euler;
    angles      (90 0 0);
}

This last form can be particularly readable for an identity rotation: coordinateSystem { type cartesian; origin (0 0 0); rotation none; }

Types of coordinateRotation:

  1. none
  2. axes
  3. axisAngle
  4. euler
  5. starcd

Type of coordinateSystem:

  1. cartesian
  2. cylindrical
  3. indirect (references an entry in coordinateSystems).
Source files

Definition at line 142 of file coordinateSystem.H.

Constructor & Destructor Documentation

◆ coordinateSystem() [1/14]

coordinateSystem ( std::nullptr_t  )
protected

Construct null, without allocating a coordinateRotation specification.

Definition at line 125 of file coordinateSystem.C.

◆ coordinateSystem() [2/14]

Default construct. This is an identity coordinate system.

Definition at line 135 of file coordinateSystem.C.

◆ coordinateSystem() [3/14]

coordinateSystem ( const coordinateRotation crot)
explicit

Copy construct from rotation with origin=0.

Definition at line 145 of file coordinateSystem.C.

◆ coordinateSystem() [4/14]

coordinateSystem ( coordinateRotation &&  crot)
explicit

Move construct from rotation with origin=0.

Definition at line 151 of file coordinateSystem.C.

◆ coordinateSystem() [5/14]

Copy construct.

Definition at line 157 of file coordinateSystem.C.

◆ coordinateSystem() [6/14]

Move construct.

Definition at line 167 of file coordinateSystem.C.

◆ coordinateSystem() [7/14]

coordinateSystem ( autoPtr< coordinateSystem > &&  csys)
explicit

Move construct from autoPtr.

Definition at line 177 of file coordinateSystem.C.

References coordinateSystem::operator=(), and coordinateSystem::spec_.

Here is the call graph for this function:

◆ coordinateSystem() [8/14]

coordinateSystem ( const word name,
const coordinateSystem csys 
)

Copy construct with a different name.

Definition at line 196 of file coordinateSystem.C.

◆ coordinateSystem() [9/14]

coordinateSystem ( const point origin,
const coordinateRotation crot 
)

Construct from origin and rotation.

Definition at line 210 of file coordinateSystem.C.

◆ coordinateSystem() [10/14]

coordinateSystem ( const point origin,
const vector axis,
const vector dirn 
)

Construct from origin and 2 axes.

Definition at line 235 of file coordinateSystem.C.

◆ coordinateSystem() [11/14]

coordinateSystem ( const word name,
const point origin,
const coordinateRotation crot 
)

Construct from origin and rotation.

Definition at line 220 of file coordinateSystem.C.

◆ coordinateSystem() [12/14]

coordinateSystem ( const word name,
const point origin,
const vector axis,
const vector dirn 
)

Construct named from origin and 2 axes.

Definition at line 246 of file coordinateSystem.C.

◆ coordinateSystem() [13/14]

Construct from dictionary with optional read handling for the 'origin' entry (default: MUST_READ).

Note
The readOrigin is downgraded to READ_IF_PRESENT if the dictionary itself is "coordinateSystem"

Definition at line 262 of file coordinateSystem.C.

References Foam::FieldOps::assign(), and dict.

Here is the call graph for this function:

◆ coordinateSystem() [14/14]

coordinateSystem ( const dictionary dict,
const word dictName,
IOobjectOption::readOption  readOrigin = IOobjectOption::MUST_READ 
)

Construct from dictionary with optional subDict lookup and optional read handling for the 'origin' entry (default: MUST_READ).

Parameters
dictNameIf non-empty, mandatory sub-dictionary to use.
Note
The readOrigin is downgraded to READ_IF_PRESENT if the dictionary itself is "coordinateSystem" or if a sub-dictionary is being used

Definition at line 274 of file coordinateSystem.C.

References Foam::FieldOps::assign(), dict, dictName(), IOobjectOption::lazierRead(), and dictionary::subDict().

Here is the call graph for this function:

◆ ~coordinateSystem()

virtual ~coordinateSystem ( )
virtualdefault

Destructor.

Member Function Documentation

◆ rotationsImpl() [1/2]

tmp<tensorField> rotationsImpl ( const PointField global) const
protected

Implementation for R() methods.

◆ transformPointImpl() [1/2]

tmp<pointField> transformPointImpl ( const PointField localCart) const
protected

Implementation for transformPoint() methods.

◆ invTransformPointImpl() [1/2]

tmp<pointField> invTransformPointImpl ( const PointField global) const
protected

Implementation for transformPosition() methods.

◆ manyTimesImpl() [1/2]

static tmp<Field<RetType> > manyTimesImpl ( const tensor tt,
const UList< Type > &  input,
const BinaryOp &  bop 
)
staticprotected

Apply single transform tensor for multiple inputs.

◆ oneToOneImpl() [1/2]

tmp<Field<RetType> > oneToOneImpl ( const PointField global,
const UList< Type > &  input,
const BinaryOp &  bop 
) const
protected

Use position-dependent transform tensors for multiple inputs.

◆ oneToManyImpl() [1/2]

tmp<Field<RetType> > oneToManyImpl ( const PointField global,
const Type &  input,
const BinaryOp &  bop 
) const
protected

Use position-dependent transform tensors for single input.

◆ localToGlobal() [1/2]

Foam::vector localToGlobal ( const vector local,
bool  translate 
) const
protectedvirtual

From local coordinate system to the global Cartesian system with optional translation for the origin.

Reimplemented in indirect, and cylindrical.

Definition at line 350 of file coordinateSystem.C.

References Foam::transform().

Referenced by coordinateSystem::globalPosition(), coordinateSystem::globalVector(), cylindrical::localToGlobal(), and indirect::localToGlobal().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ localToGlobal() [2/2]

Foam::tmp< Foam::vectorField > localToGlobal ( const vectorField local,
bool  translate 
) const
protectedvirtual

From local coordinate system to the global Cartesian system with optional translation for the origin.

Reimplemented in indirect, and cylindrical.

Definition at line 365 of file coordinateSystem.C.

References Foam::transform().

Here is the call graph for this function:

◆ globalToLocal() [1/2]

Foam::vector globalToLocal ( const vector global,
bool  translate 
) const
protectedvirtual

From global Cartesian system to the local coordinate system with optional translation for the origin.

Reimplemented in indirect, and cylindrical.

Definition at line 380 of file coordinateSystem.C.

References Foam::invTransform().

Referenced by cylindrical::globalToLocal(), indirect::globalToLocal(), coordinateSystem::localPosition(), and coordinateSystem::localVector().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ globalToLocal() [2/2]

Foam::tmp< Foam::vectorField > globalToLocal ( const vectorField global,
bool  translate 
) const
protectedvirtual

From global Cartesian system to the local coordinate system with optional translation for the origin.

Reimplemented in indirect, and cylindrical.

Definition at line 395 of file coordinateSystem.C.

References Foam::invTransform().

Here is the call graph for this function:

◆ assign()

void assign ( const dictionary dict,
IOobjectOption::readOption  readOrigin = IOobjectOption::MUST_READ 
)
protected

Assign from dictionary content with specified read handling of the 'origin' entry.

Definition at line 69 of file coordinateSystem.C.

References dict, Foam::New(), and Foam::Zero.

Here is the call graph for this function:

◆ TypeName()

TypeName ( "coordinateSystem"  )

Runtime type information.

◆ clone()

virtual autoPtr<coordinateSystem> clone ( ) const
inlinevirtual

Return clone.

Reimplemented in cylindrical, cartesian, and indirect.

Definition at line 501 of file coordinateSystem.H.

References autoPtr< T >::New().

Here is the call graph for this function:

◆ declareRunTimeSelectionTable() [1/2]

declareRunTimeSelectionTable ( autoPtr  ,
coordinateSystem  ,
dictionary  ,
(const dictionary &dict, IOobjectOption::readOption readOrigin)  ,
(dict, readOrigin)   
)

◆ declareRunTimeSelectionTable() [2/2]

declareRunTimeSelectionTable ( autoPtr  ,
coordinateSystem  ,
registry  ,
(const objectRegistry &obr, const dictionary &dict, IOobjectOption::readOption readOrigin)  ,
(obr, dict, readOrigin)   
)

◆ New() [1/5]

Foam::autoPtr< Foam::coordinateSystem > New ( const word modelType,
const objectRegistry obr,
const dictionary dict,
IOobjectOption::readOption  readOrigin = IOobjectOption::MUST_READ 
)
static

Select construct the specified coordinate system type with reference to objectRegistry for indirect entries.

An empty modelType will be treated as "cartesian"

Definition at line 234 of file coordinateSystemNew.C.

References dict, and Foam::New().

Here is the call graph for this function:

◆ New() [2/5]

Foam::autoPtr< Foam::coordinateSystem > New ( const word modelType,
const dictionary dict,
IOobjectOption::readOption  readOrigin = IOobjectOption::MUST_READ 
)
static

Select construct the specified coordinate system type.

An empty modelType will be treated as "cartesian"

Definition at line 247 of file coordinateSystemNew.C.

References dict, and Foam::New().

Here is the call graph for this function:

◆ New() [3/5]

Foam::autoPtr< Foam::coordinateSystem > New ( const objectRegistry obr,
const dictionary dict,
const word dictName = word::null,
IOobjectOption::readOption  readOrigin = IOobjectOption::MUST_READ 
)
static

Select construct from dictionary with reference to objectRegistry for indirect entries.

Parameters
dictNameIf non-empty, the sub-dictionary name to use for the coordinate system description.
Note
When the dictName is empty, it includes an implicit search for a "coordinateSystem" sub-dictionary for convenience and compatibility with previous versions (1806 and earlier).

Definition at line 259 of file coordinateSystemNew.C.

References dict, dictName(), and Foam::New().

Here is the call graph for this function:

◆ New() [4/5]

Foam::autoPtr< Foam::coordinateSystem > New ( const dictionary dict,
const word dictName = word::null,
IOobjectOption::readOption  readOrigin = IOobjectOption::MUST_READ 
)
static

Select constructed from dictionary.

Parameters
dictNameIf non-empty, the sub-dictionary name to use for the coordinate system description.
Note
When the dictName is empty, it includes an implicit search for a "coordinateSystem" sub-dictionary for convenience and compatibility with previous versions (1806 and earlier).

Definition at line 272 of file coordinateSystemNew.C.

References dict, dictName(), and Foam::New().

Here is the call graph for this function:

◆ New() [5/5]

Select constructed from Istream.

Expects a name/dictionary as input

Definition at line 213 of file coordinateSystemNew.C.

References dict, keyType::LITERAL, and dictionary::readIfPresent().

Here is the call graph for this function:

◆ NewIfPresent() [1/2]

Foam::autoPtr< Foam::coordinateSystem > NewIfPresent ( const objectRegistry obr,
const dictionary dict,
const word dictName = coordinateSystem::typeName 
)
static

Optional select construct from dictionary, with registry reference.

Parameters
obrThe objectRegistry (for lookup of indirect entries)
dictThe top-level dictionary to search
dictNameThe sub-dictionary name to select the for coordinate system specification (default is 'coordinateSystem').

Since the specifications are isolated within a sub-dictionary, the 'origin' entry is treated as optional

Definition at line 284 of file coordinateSystemNew.C.

References dict, and dictName().

Here is the call graph for this function:

◆ NewIfPresent() [2/2]

Foam::autoPtr< Foam::coordinateSystem > NewIfPresent ( const dictionary dict,
const word dictName = coordinateSystem::typeName 
)
static

Optional select construct from dictionary.

Parameters
dictThe top-level dictionary to search
dictNameThe sub-dictionary name to select the for coordinate system specification (default is 'coordinateSystem').

Since the specifications are isolated within a sub-dictionary, the 'origin' entry is treated as optional

Definition at line 296 of file coordinateSystemNew.C.

References dict, and dictName().

Here is the call graph for this function:

◆ good()

virtual bool good ( ) const
inlinevirtual

Consider good if it has a specification.

Reimplemented in indirect.

Definition at line 666 of file coordinateSystem.H.

References coordinateSystem::spec_.

Referenced by indirect::good(), and coordinateSystem::valid().

Here is the caller graph for this function:

◆ uniform()

virtual bool uniform ( ) const
inlinevirtual

True if the rotation tensor is uniform for all locations.

Reimplemented in cylindrical, and indirect.

Definition at line 671 of file coordinateSystem.H.

Referenced by indirect::uniform().

Here is the caller graph for this function:

◆ valid()

virtual bool valid ( ) const
inlinevirtual

Same as good() - 2023-07.

Reimplemented in indirect.

Definition at line 676 of file coordinateSystem.H.

References coordinateSystem::good().

Here is the call graph for this function:

◆ origin() [1/2]

virtual const point& origin ( ) const
inlinevirtual

Return origin.

Reimplemented in indirect.

Definition at line 684 of file coordinateSystem.H.

References coordinateSystem::origin_.

Referenced by Foam::operator!=(), indirect::origin(), and propellerInfo::setSampleDiskGeometry().

Here is the caller graph for this function:

◆ rotation() [1/2]

virtual const coordinateRotation& rotation ( ) const
inlinevirtual

The rotation specification.

Reimplemented in indirect.

Definition at line 692 of file coordinateSystem.H.

References coordinateSystem::spec_.

Referenced by indirect::rotation().

Here is the caller graph for this function:

◆ name()

virtual const word& name ( ) const
inlinevirtual

Return the name.

Reimplemented in indirect.

Definition at line 700 of file coordinateSystem.H.

References coordinateSystem::name_.

◆ note() [1/2]

virtual const string& note ( ) const
inlinevirtual

Return the optional note.

Reimplemented in indirect.

Definition at line 708 of file coordinateSystem.H.

References coordinateSystem::note_.

Referenced by indirect::note().

Here is the caller graph for this function:

◆ R() [1/4]

virtual const tensor& R ( ) const
inlinevirtual

Return const reference to the rotation tensor.

Reimplemented in indirect.

Definition at line 716 of file coordinateSystem.H.

References coordinateSystem::rot_.

Referenced by Foam::operator!=(), indirect::R(), and coordinateSystem::rotationsImpl().

Here is the caller graph for this function:

◆ e1()

virtual const vector e1 ( ) const
inlinevirtual

The local Cartesian x-axis in global coordinates.

Reimplemented in indirect.

Definition at line 724 of file coordinateSystem.H.

References coordinateSystem::rot_.

Referenced by indirect::e1().

Here is the caller graph for this function:

◆ e2()

virtual const vector e2 ( ) const
inlinevirtual

The local Cartesian y-axis in global coordinates.

Reimplemented in indirect.

Definition at line 732 of file coordinateSystem.H.

References coordinateSystem::rot_.

Referenced by indirect::e2().

Here is the caller graph for this function:

◆ e3()

virtual const vector e3 ( ) const
inlinevirtual

The local Cartesian z-axis in global coordinates.

Reimplemented in indirect.

Definition at line 740 of file coordinateSystem.H.

References coordinateSystem::rot_.

Referenced by indirect::e3().

Here is the caller graph for this function:

◆ rename()

virtual void rename ( const word newName)
inlinevirtual

Rename.

Reimplemented in indirect.

Definition at line 751 of file coordinateSystem.H.

References coordinateSystem::name_.

◆ note() [2/2]

virtual string& note ( )
inlinevirtual

Edit access to optional note.

Reimplemented in indirect.

Definition at line 759 of file coordinateSystem.H.

References coordinateSystem::note_.

◆ origin() [2/2]

virtual point& origin ( )
inlinevirtual

Edit access to origin.

Reimplemented in indirect.

Definition at line 767 of file coordinateSystem.H.

References coordinateSystem::origin_.

◆ clear()

void clear ( )
virtual

Reset origin and rotation to an identity coordinateSystem.

Also resets the note

Reimplemented in indirect.

Definition at line 298 of file coordinateSystem.C.

References SphericalTensor< scalar >::I, and Foam::Zero.

Referenced by coordSetWriter::coordSetWriter(), coordinateSystem::operator=(), and surfaceWriter::surfaceWriter().

Here is the caller graph for this function:

◆ rotation() [2/2]

void rotation ( autoPtr< coordinateRotation > &&  crot)
virtual

Change the rotation.

Reimplemented in indirect.

Definition at line 409 of file coordinateSystem.C.

References SphericalTensor< scalar >::I, and coordinateRotation::R().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented in indirect.

Definition at line 423 of file coordinateSystem.C.

References os(), Foam::type(), and OBJstream::write().

Referenced by Foam::operator<<().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeEntry() [1/2]

void writeEntry ( Ostream os) const
virtual

Write 'coordinateSystem' dictionary entry.

Reimplemented in indirect.

Definition at line 441 of file coordinateSystem.C.

References os().

Here is the call graph for this function:

◆ writeEntry() [2/2]

void writeEntry ( const word keyword,
Ostream os 
) const
virtual

Write dictionary entry.

Reimplemented in indirect.

Definition at line 447 of file coordinateSystem.C.

References Ostream::beginBlock(), Ostream::endBlock(), os(), Foam::type(), and Ostream::writeEntry().

Here is the call graph for this function:

◆ operator=() [1/4]

void operator= ( const coordinateSystem csys)

Copy assignment.

Definition at line 486 of file coordinateSystem.C.

References SphericalTensor< scalar >::I, coordinateSystem::name_, coordinateSystem::note_, coordinateSystem::origin_, and coordinateSystem::spec_.

Referenced by coordinateSystem::coordinateSystem(), and coordinateSystem::operator=().

Here is the caller graph for this function:

◆ operator=() [2/4]

void operator= ( coordinateSystem &&  csys)

◆ operator=() [3/4]

void operator= ( const autoPtr< coordinateSystem > &  csys)

Copy assignment from autoPtr.

Definition at line 515 of file coordinateSystem.C.

References coordinateSystem::operator=().

Here is the call graph for this function:

◆ operator=() [4/4]

void operator= ( autoPtr< coordinateSystem > &&  csys)

Move assignment from autoPtr.

Definition at line 521 of file coordinateSystem.C.

References coordinateSystem::clear(), and coordinateSystem::operator=().

Here is the call graph for this function:

◆ R() [2/4]

Foam::tensor R ( const point global) const
virtual

Position-dependent rotation tensor (when uniform = false)

Returns
tensor

Reimplemented in indirect, and cylindrical.

Definition at line 307 of file coordinateSystem.C.

◆ R() [3/4]

Foam::tmp< Foam::tensorField > R ( const UList< point > &  global) const
virtual

Position-dependent rotation tensors (when uniform = false)

Returns
tensorField

Reimplemented in indirect.

Definition at line 314 of file coordinateSystem.C.

◆ R() [4/4]

Foam::tmp< Foam::tensorField > R ( const pointUIndList global) const
virtual

Position-dependent rotation tensors (when uniform = false)

Returns
tensorField

Reimplemented in indirect.

Definition at line 323 of file coordinateSystem.C.

◆ transformPoint() [1/3]

Foam::point transformPoint ( const point localCart) const

Transform point and add origin offset.

Corresponds to a local-to-global transformation using Cartesian coordinates for both local and global.

Definition at line 332 of file coordinateSystem.C.

References Foam::transform().

Here is the call graph for this function:

◆ transformPoint() [2/3]

Foam::tmp< Foam::pointField > transformPoint ( const UList< point > &  localCart) const

Transform points and add origin offset.

Definition at line 96 of file coordinateSystemTransform.C.

◆ transformPoint() [3/3]

Foam::tmp< Foam::pointField > transformPoint ( const pointUIndList localCart) const

Transform points and add origin offset.

Definition at line 105 of file coordinateSystemTransform.C.

◆ invTransformPoint() [1/3]

Foam::point invTransformPoint ( const point global) const

Remove origin offset and inverse transform point.

Corresponds to a global-to-local transformation using Cartesian coordinates for both local and global.

Definition at line 341 of file coordinateSystem.C.

References Foam::invTransform().

Here is the call graph for this function:

◆ invTransformPoint() [2/3]

Foam::tmp< Foam::pointField > invTransformPoint ( const UList< point > &  global) const

Remove origin offset and inverse transform points.

Definition at line 114 of file coordinateSystemTransform.C.

◆ invTransformPoint() [3/3]

Foam::tmp< Foam::pointField > invTransformPoint ( const pointUIndList global) const

Remove origin offset and inverse transform points.

Definition at line 123 of file coordinateSystemTransform.C.

◆ globalPosition() [1/2]

point globalPosition ( const point local) const
inline

From local coordinate position to global (cartesian) position.

Definition at line 892 of file coordinateSystem.H.

References local, and coordinateSystem::localToGlobal().

Referenced by propellerInfo::setSampleDiskGeometry().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ globalPosition() [2/2]

tmp<pointField> globalPosition ( const pointField local) const
inline

From local coordinate position to global (cartesian) position.

Definition at line 900 of file coordinateSystem.H.

References local, and coordinateSystem::localToGlobal().

Here is the call graph for this function:

◆ localPosition() [1/2]

point localPosition ( const point global) const
inline

From global (cartesian) position to local coordinate position.

Definition at line 908 of file coordinateSystem.H.

References coordinateSystem::globalToLocal().

Here is the call graph for this function:

◆ localPosition() [2/2]

tmp<pointField> localPosition ( const pointField global) const
inline

From global (cartesian) position to local coordinate position.

Definition at line 916 of file coordinateSystem.H.

References coordinateSystem::globalToLocal().

Here is the call graph for this function:

◆ globalVector() [1/2]

vector globalVector ( const vector local) const
inline

From local to global (cartesian) vector components.

Definition at line 926 of file coordinateSystem.H.

References local, and coordinateSystem::localToGlobal().

Here is the call graph for this function:

◆ globalVector() [2/2]

tmp<vectorField> globalVector ( const vectorField local) const
inline

From local to global (cartesian) vector components.

Definition at line 934 of file coordinateSystem.H.

References local, and coordinateSystem::localToGlobal().

Here is the call graph for this function:

◆ localVector() [1/2]

vector localVector ( const vector global) const
inline

From global (cartesian) to local vector components.

Definition at line 942 of file coordinateSystem.H.

References coordinateSystem::globalToLocal().

Here is the call graph for this function:

◆ localVector() [2/2]

tmp<vectorField> localVector ( const vectorField global) const
inline

From global (cartesian) to local vector components.

Definition at line 950 of file coordinateSystem.H.

References coordinateSystem::globalToLocal().

Here is the call graph for this function:

◆ transformPrincipal() [1/7]

Foam::symmTensor transformPrincipal ( const vector input) const
virtual

With constant rotation tensor.

Definition at line 197 of file coordinateSystemTransform.C.

◆ transformPrincipal() [2/7]

Foam::tmp< Foam::Field< Foam::symmTensor > > transformPrincipal ( const UList< vector > &  input) const
virtual

With constant rotation tensor.

Definition at line 197 of file coordinateSystemTransform.C.

◆ transformPrincipal() [3/7]

Foam::symmTensor transformPrincipal ( const point global,
const vector input 
) const
virtual

With rotation tensor at given global position.

Definition at line 197 of file coordinateSystemTransform.C.

◆ transformPrincipal() [4/7]

Foam::tmp< Foam::Field< Foam::symmTensor > > transformPrincipal ( const UList< point > &  global,
const vector input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 197 of file coordinateSystemTransform.C.

◆ transformPrincipal() [5/7]

Foam::tmp< Foam::Field< Foam::symmTensor > > transformPrincipal ( const pointUIndList global,
const vector input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 197 of file coordinateSystemTransform.C.

◆ transformPrincipal() [6/7]

Foam::tmp< Foam::Field< Foam::symmTensor > > transformPrincipal ( const UList< point > &  global,
const UList< vector > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 197 of file coordinateSystemTransform.C.

◆ transformPrincipal() [7/7]

Foam::tmp< Foam::Field< Foam::symmTensor > > transformPrincipal ( const pointUIndList global,
const UList< vector > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 197 of file coordinateSystemTransform.C.

◆ transform() [1/35]

Foam::scalar transform ( const scalar &  input) const
virtual

With constant rotation tensor.

Definition at line 199 of file coordinateSystemTransform.C.

Referenced by DarcyForchheimer::calcTransformModelData().

Here is the caller graph for this function:

◆ transform() [2/35]

Foam::tmp< Foam::Field< Foam::scalar > > transform ( const UList< scalar > &  input) const
virtual

With constant rotation tensor.

Definition at line 199 of file coordinateSystemTransform.C.

◆ transform() [3/35]

Foam::scalar transform ( const point global,
const scalar &  input 
) const
virtual

With rotation tensor at given global position.

Definition at line 199 of file coordinateSystemTransform.C.

◆ transform() [4/35]

Foam::tmp< Foam::Field< Foam::scalar > > transform ( const UList< point > &  global,
const scalar &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 199 of file coordinateSystemTransform.C.

◆ transform() [5/35]

Foam::tmp< Foam::Field< Foam::scalar > > transform ( const pointUIndList global,
const scalar &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 199 of file coordinateSystemTransform.C.

◆ transform() [6/35]

Foam::tmp< Foam::Field< Foam::scalar > > transform ( const UList< point > &  global,
const UList< scalar > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 199 of file coordinateSystemTransform.C.

◆ transform() [7/35]

Foam::tmp< Foam::Field< Foam::scalar > > transform ( const pointUIndList global,
const UList< scalar > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 199 of file coordinateSystemTransform.C.

◆ transform() [8/35]

Foam::vector transform ( const vector input) const
virtual

With constant rotation tensor.

Definition at line 200 of file coordinateSystemTransform.C.

◆ transform() [9/35]

Foam::tmp< Foam::Field< Foam::vector > > transform ( const UList< vector > &  input) const
virtual

With constant rotation tensor.

Definition at line 200 of file coordinateSystemTransform.C.

◆ transform() [10/35]

Foam::vector transform ( const point global,
const vector input 
) const
virtual

With rotation tensor at given global position.

Definition at line 200 of file coordinateSystemTransform.C.

◆ transform() [11/35]

Foam::tmp< Foam::Field< Foam::vector > > transform ( const UList< point > &  global,
const vector input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 200 of file coordinateSystemTransform.C.

◆ transform() [12/35]

Foam::tmp< Foam::Field< Foam::vector > > transform ( const pointUIndList global,
const vector input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 200 of file coordinateSystemTransform.C.

◆ transform() [13/35]

Foam::tmp< Foam::Field< Foam::vector > > transform ( const UList< point > &  global,
const UList< vector > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 200 of file coordinateSystemTransform.C.

◆ transform() [14/35]

Foam::tmp< Foam::Field< Foam::vector > > transform ( const pointUIndList global,
const UList< vector > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 200 of file coordinateSystemTransform.C.

◆ transform() [15/35]

Foam::sphericalTensor transform ( const sphericalTensor input) const
virtual

With constant rotation tensor.

Definition at line 201 of file coordinateSystemTransform.C.

◆ transform() [16/35]

Foam::tmp< Foam::Field< Foam::sphericalTensor > > transform ( const UList< sphericalTensor > &  input) const
virtual

With constant rotation tensor.

Definition at line 201 of file coordinateSystemTransform.C.

◆ transform() [17/35]

Foam::sphericalTensor transform ( const point global,
const sphericalTensor input 
) const
virtual

With rotation tensor at given global position.

Definition at line 201 of file coordinateSystemTransform.C.

◆ transform() [18/35]

Foam::tmp< Foam::Field< Foam::sphericalTensor > > transform ( const UList< point > &  global,
const sphericalTensor input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 201 of file coordinateSystemTransform.C.

◆ transform() [19/35]

Foam::tmp< Foam::Field< Foam::sphericalTensor > > transform ( const pointUIndList global,
const sphericalTensor input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 201 of file coordinateSystemTransform.C.

◆ transform() [20/35]

Foam::tmp< Foam::Field< Foam::sphericalTensor > > transform ( const UList< point > &  global,
const UList< sphericalTensor > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 201 of file coordinateSystemTransform.C.

◆ transform() [21/35]

Foam::tmp< Foam::Field< Foam::sphericalTensor > > transform ( const pointUIndList global,
const UList< sphericalTensor > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 201 of file coordinateSystemTransform.C.

◆ transform() [22/35]

Foam::symmTensor transform ( const symmTensor input) const
virtual

With constant rotation tensor.

Definition at line 202 of file coordinateSystemTransform.C.

◆ transform() [23/35]

Foam::tmp< Foam::Field< Foam::symmTensor > > transform ( const UList< symmTensor > &  input) const
virtual

With constant rotation tensor.

Definition at line 202 of file coordinateSystemTransform.C.

◆ transform() [24/35]

Foam::symmTensor transform ( const point global,
const symmTensor input 
) const
virtual

With rotation tensor at given global position.

Definition at line 202 of file coordinateSystemTransform.C.

◆ transform() [25/35]

Foam::tmp< Foam::Field< Foam::symmTensor > > transform ( const UList< point > &  global,
const symmTensor input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 202 of file coordinateSystemTransform.C.

◆ transform() [26/35]

Foam::tmp< Foam::Field< Foam::symmTensor > > transform ( const pointUIndList global,
const symmTensor input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 202 of file coordinateSystemTransform.C.

◆ transform() [27/35]

Foam::tmp< Foam::Field< Foam::symmTensor > > transform ( const UList< point > &  global,
const UList< symmTensor > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 202 of file coordinateSystemTransform.C.

◆ transform() [28/35]

Foam::tmp< Foam::Field< Foam::symmTensor > > transform ( const pointUIndList global,
const UList< symmTensor > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 202 of file coordinateSystemTransform.C.

◆ transform() [29/35]

Foam::tensor transform ( const tensor input) const
virtual

With constant rotation tensor.

Definition at line 203 of file coordinateSystemTransform.C.

◆ transform() [30/35]

Foam::tmp< Foam::Field< Foam::tensor > > transform ( const UList< tensor > &  input) const
virtual

With constant rotation tensor.

Definition at line 203 of file coordinateSystemTransform.C.

◆ transform() [31/35]

Foam::tensor transform ( const point global,
const tensor input 
) const
virtual

With rotation tensor at given global position.

Definition at line 203 of file coordinateSystemTransform.C.

◆ transform() [32/35]

Foam::tmp< Foam::Field< Foam::tensor > > transform ( const UList< point > &  global,
const tensor input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 203 of file coordinateSystemTransform.C.

◆ transform() [33/35]

Foam::tmp< Foam::Field< Foam::tensor > > transform ( const pointUIndList global,
const tensor input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 203 of file coordinateSystemTransform.C.

◆ transform() [34/35]

Foam::tmp< Foam::Field< Foam::tensor > > transform ( const UList< point > &  global,
const UList< tensor > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 203 of file coordinateSystemTransform.C.

◆ transform() [35/35]

Foam::tmp< Foam::Field< Foam::tensor > > transform ( const pointUIndList global,
const UList< tensor > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 203 of file coordinateSystemTransform.C.

◆ invTransform() [1/35]

Foam::scalar invTransform ( const scalar &  input) const
virtual

With constant rotation tensor.

Definition at line 205 of file coordinateSystemTransform.C.

◆ invTransform() [2/35]

Foam::tmp< Foam::Field< Foam::scalar > > invTransform ( const UList< scalar > &  input) const
virtual

With constant rotation tensor.

Definition at line 205 of file coordinateSystemTransform.C.

◆ invTransform() [3/35]

Foam::scalar invTransform ( const point global,
const scalar &  input 
) const
virtual

With rotation tensor at given global position.

Definition at line 205 of file coordinateSystemTransform.C.

◆ invTransform() [4/35]

Foam::tmp< Foam::Field< Foam::scalar > > invTransform ( const UList< point > &  global,
const scalar &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 205 of file coordinateSystemTransform.C.

◆ invTransform() [5/35]

Foam::tmp< Foam::Field< Foam::scalar > > invTransform ( const pointUIndList global,
const scalar &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 205 of file coordinateSystemTransform.C.

◆ invTransform() [6/35]

Foam::tmp< Foam::Field< Foam::scalar > > invTransform ( const UList< point > &  global,
const UList< scalar > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 205 of file coordinateSystemTransform.C.

◆ invTransform() [7/35]

Foam::tmp< Foam::Field< Foam::scalar > > invTransform ( const pointUIndList global,
const UList< scalar > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 205 of file coordinateSystemTransform.C.

◆ invTransform() [8/35]

Foam::vector invTransform ( const vector input) const
virtual

With constant rotation tensor.

Definition at line 206 of file coordinateSystemTransform.C.

◆ invTransform() [9/35]

Foam::tmp< Foam::Field< Foam::vector > > invTransform ( const UList< vector > &  input) const
virtual

With constant rotation tensor.

Definition at line 206 of file coordinateSystemTransform.C.

◆ invTransform() [10/35]

Foam::vector invTransform ( const point global,
const vector input 
) const
virtual

With rotation tensor at given global position.

Definition at line 206 of file coordinateSystemTransform.C.

◆ invTransform() [11/35]

Foam::tmp< Foam::Field< Foam::vector > > invTransform ( const UList< point > &  global,
const vector input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 206 of file coordinateSystemTransform.C.

◆ invTransform() [12/35]

Foam::tmp< Foam::Field< Foam::vector > > invTransform ( const pointUIndList global,
const vector input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 206 of file coordinateSystemTransform.C.

◆ invTransform() [13/35]

Foam::tmp< Foam::Field< Foam::vector > > invTransform ( const UList< point > &  global,
const UList< vector > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 206 of file coordinateSystemTransform.C.

◆ invTransform() [14/35]

Foam::tmp< Foam::Field< Foam::vector > > invTransform ( const pointUIndList global,
const UList< vector > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 206 of file coordinateSystemTransform.C.

◆ invTransform() [15/35]

Foam::sphericalTensor invTransform ( const sphericalTensor input) const
virtual

With constant rotation tensor.

Definition at line 207 of file coordinateSystemTransform.C.

◆ invTransform() [16/35]

Foam::tmp< Foam::Field< Foam::sphericalTensor > > invTransform ( const UList< sphericalTensor > &  input) const
virtual

With constant rotation tensor.

Definition at line 207 of file coordinateSystemTransform.C.

◆ invTransform() [17/35]

Foam::sphericalTensor invTransform ( const point global,
const sphericalTensor input 
) const
virtual

With rotation tensor at given global position.

Definition at line 207 of file coordinateSystemTransform.C.

◆ invTransform() [18/35]

Foam::tmp< Foam::Field< Foam::sphericalTensor > > invTransform ( const UList< point > &  global,
const sphericalTensor input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 207 of file coordinateSystemTransform.C.

◆ invTransform() [19/35]

Foam::tmp< Foam::Field< Foam::sphericalTensor > > invTransform ( const pointUIndList global,
const sphericalTensor input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 207 of file coordinateSystemTransform.C.

◆ invTransform() [20/35]

Foam::tmp< Foam::Field< Foam::sphericalTensor > > invTransform ( const UList< point > &  global,
const UList< sphericalTensor > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 207 of file coordinateSystemTransform.C.

◆ invTransform() [21/35]

Foam::tmp< Foam::Field< Foam::sphericalTensor > > invTransform ( const pointUIndList global,
const UList< sphericalTensor > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 207 of file coordinateSystemTransform.C.

◆ invTransform() [22/35]

Foam::symmTensor invTransform ( const symmTensor input) const
virtual

With constant rotation tensor.

Definition at line 208 of file coordinateSystemTransform.C.

◆ invTransform() [23/35]

Foam::tmp< Foam::Field< Foam::symmTensor > > invTransform ( const UList< symmTensor > &  input) const
virtual

With constant rotation tensor.

Definition at line 208 of file coordinateSystemTransform.C.

◆ invTransform() [24/35]

Foam::symmTensor invTransform ( const point global,
const symmTensor input 
) const
virtual

With rotation tensor at given global position.

Definition at line 208 of file coordinateSystemTransform.C.

◆ invTransform() [25/35]

Foam::tmp< Foam::Field< Foam::symmTensor > > invTransform ( const UList< point > &  global,
const symmTensor input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 208 of file coordinateSystemTransform.C.

◆ invTransform() [26/35]

Foam::tmp< Foam::Field< Foam::symmTensor > > invTransform ( const pointUIndList global,
const symmTensor input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 208 of file coordinateSystemTransform.C.

◆ invTransform() [27/35]

Foam::tmp< Foam::Field< Foam::symmTensor > > invTransform ( const UList< point > &  global,
const UList< symmTensor > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 208 of file coordinateSystemTransform.C.

◆ invTransform() [28/35]

Foam::tmp< Foam::Field< Foam::symmTensor > > invTransform ( const pointUIndList global,
const UList< symmTensor > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 208 of file coordinateSystemTransform.C.

◆ invTransform() [29/35]

Foam::tensor invTransform ( const tensor input) const
virtual

With constant rotation tensor.

Definition at line 209 of file coordinateSystemTransform.C.

◆ invTransform() [30/35]

Foam::tmp< Foam::Field< Foam::tensor > > invTransform ( const UList< tensor > &  input) const
virtual

With constant rotation tensor.

Definition at line 209 of file coordinateSystemTransform.C.

◆ invTransform() [31/35]

Foam::tensor invTransform ( const point global,
const tensor input 
) const
virtual

With rotation tensor at given global position.

Definition at line 209 of file coordinateSystemTransform.C.

◆ invTransform() [32/35]

Foam::tmp< Foam::Field< Foam::tensor > > invTransform ( const UList< point > &  global,
const tensor input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 209 of file coordinateSystemTransform.C.

◆ invTransform() [33/35]

Foam::tmp< Foam::Field< Foam::tensor > > invTransform ( const pointUIndList global,
const tensor input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 209 of file coordinateSystemTransform.C.

◆ invTransform() [34/35]

Foam::tmp< Foam::Field< Foam::tensor > > invTransform ( const UList< point > &  global,
const UList< tensor > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 209 of file coordinateSystemTransform.C.

◆ invTransform() [35/35]

Foam::tmp< Foam::Field< Foam::tensor > > invTransform ( const pointUIndList global,
const UList< tensor > &  input 
) const
virtual

With rotation tensors at given global positions.

Definition at line 209 of file coordinateSystemTransform.C.

◆ rotationsImpl() [2/2]

Foam::tmp<Foam::tensorField> rotationsImpl ( const PointField global) const

Definition at line 28 of file coordinateSystemTemplates.C.

References tmp< T >::New(), coordinateSystem::R(), and UList< T >::size().

Here is the call graph for this function:

◆ transformPointImpl() [2/2]

Foam::tmp<Foam::pointField> transformPointImpl ( const PointField localCart) const

Definition at line 46 of file coordinateSystemTemplates.C.

References tmp< T >::New(), UList< T >::size(), and Foam::transform().

Here is the call graph for this function:

◆ invTransformPointImpl() [2/2]

Foam::tmp<Foam::pointField> invTransformPointImpl ( const PointField global) const

Definition at line 64 of file coordinateSystemTemplates.C.

References Foam::invTransform(), tmp< T >::New(), and UList< T >::size().

Here is the call graph for this function:

◆ manyTimesImpl() [2/2]

Foam::tmp<Foam::Field<RetType> > manyTimesImpl ( const tensor tt,
const UList< Type > &  input,
const BinaryOp &  bop 
)

Definition at line 83 of file coordinateSystemTemplates.C.

References Foam::input(), and Foam::New().

Here is the call graph for this function:

◆ oneToOneImpl() [2/2]

Foam::tmp<Foam::Field<RetType> > oneToOneImpl ( const PointField global,
const UList< Type > &  input,
const BinaryOp &  bop 
) const

Definition at line 106 of file coordinateSystemTemplates.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, Foam::input(), Foam::New(), R, and UList< T >::size().

Here is the call graph for this function:

◆ oneToManyImpl() [2/2]

Foam::tmp<Foam::Field<RetType> > oneToManyImpl ( const PointField global,
const Type &  input,
const BinaryOp &  bop 
) const

Definition at line 136 of file coordinateSystemTemplates.C.

References Foam::input(), Foam::New(), R, and UList< T >::size().

Here is the call graph for this function:

Member Data Documentation

◆ spec_

autoPtr<coordinateRotation> spec_
protected

User specification of the coordinate rotation.

May be invalid after a move assignment or transfer

Definition at line 221 of file coordinateSystem.H.

Referenced by coordinateSystem::coordinateSystem(), coordinateSystem::good(), coordinateSystem::operator=(), and coordinateSystem::rotation().

◆ origin_

point origin_
protected

The coordinate system origin.

Definition at line 226 of file coordinateSystem.H.

Referenced by coordinateSystem::operator=(), and coordinateSystem::origin().

◆ rot_

tensor rot_
protected

◆ name_

word name_
protected

The name of the coordinate system (optional)

Definition at line 236 of file coordinateSystem.H.

Referenced by indirect::name(), coordinateSystem::name(), coordinateSystem::operator=(), and coordinateSystem::rename().

◆ note_

string note_
protected

An optional note describing the coordinate system.

Definition at line 241 of file coordinateSystem.H.

Referenced by coordinateSystem::note(), and coordinateSystem::operator=().

◆ dummy_

Foam::coordinateSystem dummy_
staticprotected

Dummy coordinate system for suppressed manipulation.

Definition at line 246 of file coordinateSystem.H.

Referenced by indirect::note(), and indirect::origin().


The documentation for this class was generated from the following files: