BUG: Correcting axesRotation.C virtual member functions and

tutorials using coordinates systems dictionary
This commit is contained in:
sergio
2013-02-07 11:32:40 +00:00
parent 29b74534c7
commit 20cfa7c6ae
4 changed files with 40 additions and 24 deletions

View File

@ -51,8 +51,14 @@ porosityBlockage
coordinateSystem
{
e1 (0 1 0);
e2 (0 0 1);
type cartesian;
origin (0 0 0);
coordinateRotation
{
type axesRotation;
e1 (0 1 0);
e2 (0 0 1);
}
}
}
}