Formatting and comments
This commit is contained in:
parent
3f69f324d7
commit
66bb353aec
1 changed files with 2 additions and 3 deletions
|
@ -64,7 +64,6 @@ class SRFModel
|
|||
:
|
||||
public IOdictionary
|
||||
{
|
||||
|
||||
protected:
|
||||
|
||||
// Protected data
|
||||
|
@ -168,10 +167,10 @@ public:
|
|||
//- Return velocity vector from positions
|
||||
vectorField velocity(const vectorField& positions) const;
|
||||
|
||||
//- Return velocity of SRF for complete mesh
|
||||
//- Return rotational velocity of SRF for complete mesh
|
||||
tmp<volVectorField> U() const;
|
||||
|
||||
//- Return face velocity of SRF for complete mesh
|
||||
//- Return rotational face velocity of SRF for complete mesh
|
||||
tmp<surfaceVectorField> faceU() const;
|
||||
|
||||
//- Return absolute velocity for complete mesh
|
||||
|
|
Reference in a new issue