Mark Olesen
84270ed667
ENH: new PDRblockMesh mesh generation utility (issue #1216 )
...
- While a rectilinear mesh can be created with blockMesh, not every mesh
created with blockMesh will satisfy the requirements for being a
rectilinear mesh.
This alternative to blockMesh uses a single block that is aligned
with the xy-z directions and specifications of the control points,
mesh divisions and expansion ratios. For example,
x
{
points ( -13.28 -0.10 6.0 19.19 );
nCells ( 10 12 10 );
ratios ( 0.2 1 5 );
}
y { ... }
z { ... }
With only one block, the boundary patch definition is simple and the
canonical face number is used directly. For example,
inlet
{
type patch;
faces ( 0 );
}
outlet
{
type patch;
faces ( 1 );
}
sides
{
type patch;
faces ( 2 3 );
}
...
- After a mesh is defined, it is trivial to retrieve mesh-related
information such as cell-volume, cell-centres for any i-j-k location
without an actual polyMesh.
STYLE: remove -noFunctionObjects from blockMesh
- no time loop, so function objects cannot be triggered anyhow.
2019-02-23 15:45:32 +01:00
..
2018-12-03 09:50:48 +01:00
2018-12-15 13:26:55 +01:00
2018-07-30 14:33:22 +02:00
2018-11-13 15:21:13 +01:00
2019-02-06 12:28:23 +00:00
2018-04-27 10:43:32 +02:00
2018-11-13 15:21:13 +01:00
2018-11-13 15:21:13 +01:00
2018-08-07 22:23:16 +02:00
2019-02-06 12:28:23 +00:00
2018-11-13 15:21:13 +01:00
2018-12-12 12:10:39 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-11-13 15:21:13 +01:00
2019-01-23 09:03:06 +01:00
2018-08-02 16:26:25 +02:00
2018-11-13 15:21:13 +01:00
2017-11-22 08:03:52 +01:00
2018-07-24 15:54:32 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-12-12 12:10:39 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-01-23 09:03:06 +01:00
2019-02-06 12:28:23 +00:00
2018-05-30 12:03:17 +02:00
2019-02-06 12:28:23 +00:00
2019-01-23 09:03:06 +01:00
2018-02-21 10:05:30 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-11-13 15:21:13 +01:00
2017-11-22 12:54:28 +01:00
2019-01-10 14:49:18 +01:00
2019-02-06 12:28:23 +00:00
2018-12-12 13:45:32 +01:00
2019-02-06 12:28:23 +00:00
2018-12-12 12:10:39 +01:00
2019-01-23 09:03:06 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-11-12 16:39:55 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-11-13 15:21:13 +01:00
2017-10-09 21:00:34 +02:00
2018-11-29 21:01:01 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-01-07 09:20:51 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-01-25 15:00:25 +01:00
2019-02-06 12:28:23 +00:00
2017-10-26 23:59:18 +02:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-01-08 15:35:18 +01:00
2019-02-06 12:28:23 +00:00
2018-03-05 13:28:53 +01:00
2019-02-06 12:28:23 +00:00
2018-10-03 14:05:45 +02:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-11-28 11:28:38 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2017-11-06 09:25:58 +01:00
2019-02-06 12:28:23 +00:00
2019-01-22 15:11:28 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-11-13 15:21:13 +01:00
2018-11-13 15:21:13 +01:00
2019-02-06 12:28:23 +00:00
2018-04-27 10:43:32 +02:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-12-19 18:07:52 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-01-14 10:00:32 +01:00
2019-01-10 09:43:23 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-07 11:13:13 +01:00
2018-11-10 17:20:32 +01:00
2018-11-11 19:00:54 +01:00
2018-01-22 09:42:06 +01:00
2019-02-06 12:28:23 +00:00
2018-03-05 13:28:53 +01:00
2017-12-19 16:07:15 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-12-19 18:07:52 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-23 15:45:32 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2017-05-17 10:18:14 +02:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-01-29 09:38:09 +01:00
2019-02-06 12:28:23 +00:00
2019-02-22 15:55:17 +01:00
2019-02-06 12:28:23 +00:00
2019-01-18 16:26:50 +01:00
2019-02-06 12:28:23 +00:00
2019-01-23 09:03:06 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-11-13 14:12:53 +01:00
2018-11-13 15:21:13 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-11-13 15:21:13 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-11-13 15:21:13 +01:00
2018-12-12 12:10:39 +01:00
2019-02-06 12:28:23 +00:00
2018-06-27 10:31:35 +02:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-11-13 15:21:13 +01:00
2018-11-13 15:21:13 +01:00
2018-11-13 15:21:13 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-12-15 13:26:55 +01:00
2019-02-11 18:23:06 +01:00
2017-11-05 20:05:28 +01:00
2019-02-06 12:28:23 +00:00
2018-11-13 15:21:13 +01:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-01-22 09:42:06 +01:00
2019-02-06 12:28:23 +00:00
2018-11-13 15:21:13 +01:00
2018-11-13 15:21:13 +01:00
2018-11-13 15:21:13 +01:00
2017-04-07 08:17:43 +02:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2018-12-12 12:10:39 +01:00
2018-10-02 12:53:01 +02:00
2019-02-06 12:28:23 +00:00
2019-02-06 12:28:23 +00:00
2019-02-14 11:03:04 +01:00