refineMesh: Rationalised and standardised the coordinate axes naming to e1, e2 and e3
the previous naming tan1, tan2, normal was non-intuitive and very confusing. It was not practical to maintain backward compatibility but all tutorials and example refineMeshDict files have been updated to provide examples of the change.
This commit is contained in:
@ -21,17 +21,17 @@ coordinateSystem global;
|
||||
|
||||
globalCoeffs
|
||||
{
|
||||
tan1 (1 0 0);
|
||||
tan2 (0 1 0);
|
||||
e1 (1 0 0);
|
||||
e2 (0 1 0);
|
||||
}
|
||||
|
||||
patchLocalCoeffs
|
||||
{
|
||||
patch outside;
|
||||
tan1 (1 0 0);
|
||||
e1 (1 0 0);
|
||||
}
|
||||
|
||||
directions (tan1 tan2);
|
||||
directions (e1 e2);
|
||||
|
||||
useHexTopology no;
|
||||
|
||||
|
||||
@ -21,17 +21,17 @@ coordinateSystem global;
|
||||
|
||||
globalCoeffs
|
||||
{
|
||||
tan1 (1 0 0);
|
||||
tan2 (0 1 0);
|
||||
e1 (1 0 0);
|
||||
e2 (0 1 0);
|
||||
}
|
||||
|
||||
patchLocalCoeffs
|
||||
{
|
||||
patch outside;
|
||||
tan1 (1 0 0);
|
||||
e1 (1 0 0);
|
||||
}
|
||||
|
||||
directions ( tan1 tan2 );
|
||||
directions (e1 e2);
|
||||
|
||||
useHexTopology no;
|
||||
|
||||
|
||||
@ -21,17 +21,17 @@ coordinateSystem global;
|
||||
|
||||
globalCoeffs
|
||||
{
|
||||
tan1 (1 0 0);
|
||||
tan2 (0 1 0);
|
||||
e1 (1 0 0);
|
||||
e2 (0 1 0);
|
||||
}
|
||||
|
||||
patchLocalCoeffs
|
||||
{
|
||||
patch outside;
|
||||
tan1 (1 0 0);
|
||||
e1 (1 0 0);
|
||||
}
|
||||
|
||||
directions ( tan1 tan2 );
|
||||
directions (e1 e2);
|
||||
|
||||
useHexTopology no;
|
||||
|
||||
|
||||
@ -21,17 +21,17 @@ coordinateSystem global;
|
||||
|
||||
globalCoeffs
|
||||
{
|
||||
tan1 ( 1 0 0 );
|
||||
tan2 ( 0 1 0 );
|
||||
e1 (1 0 0);
|
||||
e2 (0 1 0);
|
||||
}
|
||||
|
||||
patchLocalCoeffs
|
||||
{
|
||||
patch outside;
|
||||
tan1 ( 1 0 0 );
|
||||
e1 (1 0 0);
|
||||
}
|
||||
|
||||
directions ( tan1 tan2 );
|
||||
directions (e1 e2);
|
||||
|
||||
useHexTopology no;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user