mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: fieldCoordinateSystemTransform: corrected header and dictionary. Fixes #21.
This commit is contained in:
@ -45,9 +45,11 @@ Description
|
|||||||
UMean
|
UMean
|
||||||
UPrime2Mean
|
UPrime2Mean
|
||||||
);
|
);
|
||||||
coordinateSystem
|
|
||||||
{
|
|
||||||
origin (0.001 0 0);
|
origin (0.001 0 0);
|
||||||
|
|
||||||
|
coordinateRotation
|
||||||
|
{
|
||||||
|
type axesRotation;
|
||||||
e1 (1 0.15 0);
|
e1 (1 0.15 0);
|
||||||
e3 (0 0 -1);
|
e3 (0 0 -1);
|
||||||
}
|
}
|
||||||
@ -59,7 +61,8 @@ Description
|
|||||||
Property | Description | Required | Default value
|
Property | Description | Required | Default value
|
||||||
type | type name: fieldCoordinateSystemTransform | yes |
|
type | type name: fieldCoordinateSystemTransform | yes |
|
||||||
fields | list of fields to be transformed |yes |
|
fields | list of fields to be transformed |yes |
|
||||||
coordinateSystem | local co-ordinate system | yes |
|
origin | origin of local co-ordinate system | yes |
|
||||||
|
coordinateRotation | orientation of local co-ordinate system | yes |
|
||||||
log | Log to standard output | no | yes
|
log | Log to standard output | no | yes
|
||||||
\endtable
|
\endtable
|
||||||
|
|
||||||
|
|||||||
@ -38,9 +38,11 @@ functions
|
|||||||
UPrime2Mean
|
UPrime2Mean
|
||||||
);
|
);
|
||||||
|
|
||||||
coordinateSystem
|
|
||||||
{
|
|
||||||
origin (0.001 0 0);
|
origin (0.001 0 0);
|
||||||
|
|
||||||
|
coordinateRotation
|
||||||
|
{
|
||||||
|
type axesRotation;
|
||||||
e1 (1 0.15 0);
|
e1 (1 0.15 0);
|
||||||
e3 (0 0 -1);
|
e3 (0 0 -1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user