Public Member Functions | List of all members
identity Class Reference

An identity coordinateRotation. More...

Inheritance diagram for identity:
Inheritance graph
[legend]
Collaboration diagram for identity:
Collaboration graph
[legend]

Public Member Functions

 TypeNameNoDebug ("none")
 
 identity ()=default
 
 identity (const identity &)=default
 
identityoperator= (const identity &)=default
 
 identity (const dictionary &unused)
 
autoPtr< coordinateRotationclone () const
 
virtual ~identity ()=default
 
virtual void clear ()
 
virtual tensor R () const
 
virtual void write (Ostream &os) const
 
virtual void writeEntry (const word &keyword, Ostream &os) const
 
- Public Member Functions inherited from coordinateRotation
 TypeNameNoDebug ("coordinateRotation")
 
 declareRunTimeSelectionTable (autoPtr, coordinateRotation, dictionary,(const dictionary &dict),(dict))
 
virtual ~coordinateRotation ()=default
 

Additional Inherited Members

- Static Public Member Functions inherited from coordinateRotation
static autoPtr< coordinateRotationNew (const dictionary &dict)
 
- Static Protected Member Functions inherited from coordinateRotation
static vector findOrthogonal (const vector &axis)
 

Detailed Description

An identity coordinateRotation.

rotation
{
    type    none;
}


Dictionary entries

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

Definition at line 71 of file identityRotation.H.

Constructor & Destructor Documentation

◆ identity() [1/3]

identity ( )
default

◆ identity() [2/3]

identity ( const identity )
default

◆ identity() [3/3]

identity ( const dictionary unused)
explicit

Definition at line 44 of file identityRotation.C.

◆ ~identity()

virtual ~identity ( )
virtualdefault

Member Function Documentation

◆ TypeNameNoDebug()

TypeNameNoDebug ( "none"  )

◆ operator=()

identity& operator= ( const identity )
default

◆ clone()

autoPtr<coordinateRotation> clone ( ) const
inlinevirtual

Implements coordinateRotation.

Definition at line 99 of file identityRotation.H.

◆ clear()

void clear ( )
virtual

Implements coordinateRotation.

Definition at line 50 of file identityRotation.C.

◆ R()

Foam::tensor R ( ) const
virtual

Implements coordinateRotation.

Definition at line 54 of file identityRotation.C.

References SphericalTensor< scalar >::I.

◆ write()

void write ( Ostream os) const
virtual

Implements coordinateRotation.

Definition at line 60 of file identityRotation.C.

References os().

Here is the call graph for this function:

◆ writeEntry()

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

Implements coordinateRotation.

Definition at line 67 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: