0336bfe699
Merge branch 'feature-PDRfitMesh' into 'develop'
...
Draft: Integration of PDRfitMesh
See merge request Development/openfoam!415
2025-10-23 22:38:43 +00:00
fabb1c2ce5
RELEASE: Updated headers to v2506
2025-06-27 09:46:28 +01:00
d3949086ce
RELEASE: Updated headers to v2412
2024-12-24 11:17:31 +00:00
630d60de3b
RELEASE: Updated headers to v2406
2024-06-24 09:58:36 +01:00
28aad3a03e
RELEASE: Updated headers to v2312
2023-12-20 19:42:55 +01:00
763bf4674d
RELEASE: Updated headers to v2306
2023-06-28 16:35:48 +01:00
7e61f36c12
RELEASE: Updated headers to v2212
2022-12-21 16:16:18 +00:00
7792501a01
RELEASE: Updated headers for v2206
2022-06-24 15:41:02 +01:00
a2014242cf
RELEASE: Updated headers for v2112
2021-12-20 14:18:01 +00:00
e3796745ed
CONFIG: Updated headers to v2106
...
Minor clean-up
2021-06-28 09:14:42 +01:00
3384d37a9a
TUT: basic, IO, preProcessing, VV: clean up tutorials
...
- TUT: mesh: add missing SnakeRiverCanyon files
- TUT: mesh: add missing cp source in a foamyHexMesh tutorial
2021-06-09 11:16:08 +01:00
79e353b84e
RELEASE: Updated version to v2012
2020-12-23 10:01:39 +01:00
1ed3fcd4c0
ENH: integration of PDRfitMesh ( #1961 )
...
- serves as a pre-processor for PDRblockMesh.
Scans obstacles to determine an initial cell distribution for
PDRblockMesh
2020-12-21 09:18:57 +01:00
7f17a71f9c
ENH: make PDRsetField ground, outer patch names configurable
...
- previously hard-coded, now adjustable within PDRsetFieldsDict
// Change some predefined patch names
patchNames
{
ground ground;
outer outer;
}
ENH: additions to PDRutils, improve comments
- expose enumerated expansion names and gridControl (PDRblock).
Not commonly needed, but useful to have access when defining
other grid generators
TUT: update PDRsetFieldsDict and tutorials to use "ground"
- remove tutorial references to unused types and legacy obstacles
- use "ground" for the boundary conditions instead of "seaGround".
Consistent with PDRblockMesh
2020-12-17 01:23:31 +01:00
cf3d983b80
ENH: add treatment for PDRblockMesh outer region expansions ( #1906 )
...
// Treatment of the outer region
outer
{
type sphere;
onGround true;
expansion relative;
ratios 1.1;
size 3;
nCells 10;
}
2020-12-11 20:24:25 +00:00
538d749220
REL: Updated headers to version v2006
2020-06-29 17:27:54 +01:00
997c9a232c
STYLE: use compact form for libs () entries
2020-05-23 18:42:47 +02:00
9d63a1e7c4
TUT: examples for PDRsetFields
2019-12-16 21:50:58 +01:00