Formatting and comments

This commit is contained in:
Hrvoje Jasak 2016-03-17 10:22:32 +00:00
parent 3f69f324d7
commit 66bb353aec

View file

@ -64,7 +64,6 @@ class SRFModel
: :
public IOdictionary public IOdictionary
{ {
protected: protected:
// Protected data // Protected data
@ -168,10 +167,10 @@ public:
//- Return velocity vector from positions //- Return velocity vector from positions
vectorField velocity(const vectorField& positions) const; 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; 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; tmp<surfaceVectorField> faceU() const;
//- Return absolute velocity for complete mesh //- Return absolute velocity for complete mesh