a2014242cf
RELEASE: Updated headers for v2112
2021-12-20 14:18:01 +00:00
3e026783ab
TUT: update keywords, create finiteArea in parallel
2021-10-18 15:30:51 +02:00
e3796745ed
CONFIG: Updated headers to v2106
...
Minor clean-up
2021-06-28 09:14:42 +01:00
b6e8768034
CONFIG: update compiler versions
...
TUT: add missing restore0Dir (finiteArea)
STYLE: doc spelling
2021-06-14 19:20:15 +02:00
239a7884a6
ENH: more flexible finiteArea patch selection ( #2084 )
...
- support wordRes for selecting patch names
- ownerPolyPatch specification is now optional, which simplifies input
and also supports a faMesh spanning different patches but with a
single boundary condition.
Alternatively, can specify more granularity if required.
```
polyMeshPatches ( "top.*" );
boundary
{
inlet1
{
type patch;
ownerPolyPatch top1; // <- specific to this portion
neighbourPolyPatch inlet;
}
inlet2
{
type patch;
ownerPolyPatch top2; // <- specific to this portion
neighbourPolyPatch inlet;
}
outlet
{
type patch;
neighbourPolyPatch outflow;
}
bound
{
type symmetry;
neighbourPolyPatch bound;
}
}
```
2021-06-10 09:25:00 +02:00
de9657dd20
TUT: finiteArea: clean up tutorials
2021-06-09 13:41:45 +00:00
3e87a46498
ENH: multi-region support for foamToEnsight ( #2080 )
...
- additional finite-area support too.
2021-05-30 21:02:59 +02:00
830a217353
TUT: use system/ location instead of constant/faMesh/ for faMeshDefinition
...
- adjust surfactantFoam/planeTransport tutorial to have partial
coverage of the plate by the finiteArea mesh.
Depending on the decomposition, the outflow boundary may coincide
with a processor patch (good for testing purposes).
- additional Allrun-parallel versions for targetted future behaviour
2021-05-27 21:04:55 +02:00
56db12fca1
TUT: remove old metisCoeffs entries
2021-05-06 21:43:10 +02:00
79e353b84e
RELEASE: Updated version to v2012
2020-12-23 10:01:39 +01:00
538d749220
REL: Updated headers to version v2006
2020-06-29 17:27:54 +01:00
ae2ab06312
REL: Release preparations
2019-12-23 09:49:23 +00:00
98467036b3
STYLE: regularize quoting and exit on failed 'cd'
2019-11-13 13:19:16 +01:00
ec7e3c88e4
ENH: test for WM_PROJECT_DIR being set/unset in scripts
2019-11-06 09:18:51 +01:00
880d81475b
TUT: use simpler syntax for libs entries
2019-08-30 16:45:45 +02:00
be44dcaf1f
RELEASE: Version clean-up for release
2019-06-25 11:51:19 +01:00
e716d1c073
ENH: surfactantFoam: run cleanly. See #1328
...
- do not write 0/ directory
- clean case in ./Allclean
2019-06-13 14:24:58 +01:00
ca724b2e1a
TUT: cleanup postProcessing in planeTransport finiteArea tutorial
2019-06-04 15:11:05 +02:00
8bd6568d05
ENH: added areaWrite function object ( #1237 )
...
- write finiteArea meshes and fields to standard surface output
formats (Ensight, VTK, etc).
2019-03-13 19:44:51 +01:00
cc039d1356
GIT: tutorials: cleanup generated files
2019-02-04 12:29:26 +00:00
9231534efa
STYLE: Updating version to v1812
2018-12-19 18:07:52 +00:00
9103b199b9
TUT: remove unused default decomposition coeffs settings
2018-12-13 14:04:50 +01:00
6e35bcda70
ENH: Updated config for release v1806
2018-06-28 12:56:00 +01:00
73fbed1c2c
TUT: consistent use of scale and headers for blockMeshDict
2018-06-21 15:28:25 +02:00
9c38ad6ae4
TUT: relocate tutorial log analysis as functions for reuse in modules
...
- removed some unneeded tutorial files
2017-12-21 14:17:20 +01:00
c2ff8ea99e
ENH: Added finiteArea support to foamToVTK
2017-11-21 16:33:33 +00:00
50d1ac15ef
INT: Integration updates in preparation for merge into the develop branch
2017-09-27 09:30:59 +01:00
0c64622341
Finite area port, Hrvoje Jasak
...
- with sphereSurfactantFoam and sphereTransport test case
2017-09-15 12:02:25 +01:00