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
3a858ac682
TUT: mesh: clean up tutorials
2021-06-08 20:14:09 +00: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
be44dcaf1f
RELEASE: Version clean-up for release
2019-06-25 11:51:19 +01:00
9231534efa
STYLE: Updating version to v1812
2018-12-19 18:07:52 +00:00
5f556ffb4a
ENH: make sourceInfo sub-dictionary optional for topoSet ( #1060 )
...
- helps reduce clutter in the topoSetDict files.
Caveats when using this.
The older specification styles using "name" will conflict with the
set name. Eg,
{
name f0
type faceSet;
action add;
source patchToFace;
sourceInfo
{
name inlet;
}
}
would flattened to the following
{
name f0
type faceSet;
action add;
source patchToFace;
name inlet;
}
which overwrites the "name" used for the faceSet.
The solution is to use the updated syntax:
{
name f0
type faceSet;
action add;
source patchToFace;
patch inlet;
}
2018-11-07 10:33:36 +01:00
9a87a043d6
ENH: consistency updates for patchToFace topoSetSource ( #1060 )
...
- Support specification with "patches" and "patch" keywords
(similar to zone selection). Keyword "name" for compatibility.
2018-10-30 12:01:36 +00:00
6e35bcda70
ENH: Updated config for release v1806
2018-06-28 12:56:00 +01:00
00b94c4a40
ENH: handle partially attached master/slave faces (issue #608 )
...
- addresses problems if faces are already partly attached
(eg, on a single vertex or along an edge).
2017-10-06 14:18:54 +02:00