v2506: New and improved pre-processing
TOP
The refineMesh utility now allows specification of the refinement directions through a user-defined coordinate system, for example:
coordinateSystem user;
userCoeffs
{
type cylindrical;
origin (0 0 0);
e1 (1 0 0); // tan1 direction
e3 (0 1 0); // normal direction
}
An example is shown below for a cylinder case where two refinement steps are applied in the radial direction:

Tutorials
Source code

