Loading...
Searching...
No Matches
identity Class Reference

An identity coordinateRotation. More...

#include <identityRotation.H>

Inheritance diagram for identity:
Collaboration diagram for identity:

Public Member Functions

 TypeNameNoDebug ("none")
 Runtime type information.
 identity ()=default
 Default construct.
 identity (const identity &)=default
 Copy construct.
identityoperator= (const identity &)=default
 Copy assignment.
 identity (const dictionary &unused)
 Construct from dictionary.
autoPtr< coordinateRotationclone () const
 Return clone.
virtual ~identity ()=default
 Destructor.
virtual void clear ()
 Reset specification (no-op).
virtual tensor R () const
 Return an identity rotation tensor.
virtual void write (Ostream &os) const
 Write information.
virtual void writeEntry (const word &keyword, Ostream &os) const
 Write dictionary entry.
Public Member Functions inherited from coordinateRotation
 TypeNameNoDebug ("coordinateRotation")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, coordinateRotation, dictionary,(const dictionary &dict),(dict))
virtual ~coordinateRotation ()=default
 Destructor.

Additional Inherited Members

Static Public Member Functions inherited from coordinateRotation
template<class Derived>
static autoPtr< coordinateRotationClone (const Derived &crot)
 Clone a coordinate rotation.
static autoPtr< coordinateRotationNew (const word &modelType, const dictionary &dict)
 Select construct the specified coordinate rotation type.
static autoPtr< coordinateRotationNew (const dictionary &dict)
 Select construct from dictionary (requires the "type" entry).
Static Protected Member Functions inherited from coordinateRotation
static vector findOrthogonal (const vector &axis)
 Determine best-guess for an orthogonal axis.

Detailed Description

An identity coordinateRotation.

rotation
{
    type    none;
}


Dictionary entries

Property Description Reqd Default
type Type name: none yes
Source files

Definition at line 71 of file identityRotation.H.

Constructor & Destructor Documentation

◆ identity() [1/3]

identity ( )
default

Default construct.

Referenced by identity(), and operator=().

Here is the caller graph for this function:

◆ identity() [2/3]

identity ( const identity & )
default

Copy construct.

References identity().

Here is the call graph for this function:

◆ identity() [3/3]

identity ( const dictionary & unused)
explicit

Construct from dictionary.

Definition at line 46 of file identityRotation.C.

◆ ~identity()

virtual ~identity ( )
virtualdefault

Destructor.

References os().

Here is the call graph for this function:

Member Function Documentation

◆ TypeNameNoDebug()

TypeNameNoDebug ( "none" )

Runtime type information.

◆ operator=()

identity & operator= ( const identity & )
default

Copy assignment.

References identity().

Here is the call graph for this function:

◆ clone()

autoPtr< coordinateRotation > clone ( ) const
inlinevirtual

Return clone.

Implements coordinateRotation.

Definition at line 111 of file identityRotation.H.

References coordinateRotation::Clone().

Here is the call graph for this function:

◆ clear()

void clear ( )
virtual

Reset specification (no-op).

Implements coordinateRotation.

Definition at line 52 of file identityRotation.C.

◆ R()

Foam::tensor R ( ) const
virtual

Return an identity rotation tensor.

Implements coordinateRotation.

Definition at line 56 of file identityRotation.C.

References SphericalTensor< scalar >::I.

◆ write()

void write ( Ostream & os) const
virtual

Write information.

Implements coordinateRotation.

Definition at line 62 of file identityRotation.C.

References os().

Here is the call graph for this function:

◆ writeEntry()

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

Write dictionary entry.

Implements coordinateRotation.

Definition at line 68 of file identityRotation.C.

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

Here is the call graph for this function:

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