BUG: Correcting coordinate system entry on fvOption in

lagrangian/reactingParcelFoam/filter tutorial
This commit is contained in:
sergio
2013-02-08 11:24:42 +00:00
parent 20cfa7c6ae
commit 2cde70431c

View File

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