Mark Olesen
aca366d293
TUT: replace remaining templated thermoType
...
TUT: some simplification for multiWorld test
STYLE: remove some editor junk
2021-07-15 16:47:22 +02:00
Andrew Heather
e3796745ed
CONFIG: Updated headers to v2106
...
Minor clean-up
2021-06-28 09:14:42 +01:00
Kutalmis Bercin
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
Mark Olesen
e2c8b0b13f
TUT: avoid xterm in mpi schema (multiWorld)
2021-06-07 17:24:54 +02:00
Mattijs Janssens
f44dbbc200
ENH: Support AMI for multi-world operation. Fixes #2099
...
Multi-world operation now supports AMI:
// What to sample:
sampleMode nearestPatchFaceAMI;
2021-05-26 08:27:30 +00:00
Andrew Heather
79e353b84e
RELEASE: Updated version to v2012
2020-12-23 10:01:39 +01:00
Andrew Heather
538d749220
REL: Updated headers to version v2006
2020-06-29 17:27:54 +01:00
Mark Olesen
a4864eb1a8
TUT: relocate flange.ans -> tutorials/resources/geometry
...
- makes it easier to copy/duplicate the case
2020-06-19 10:09:09 +02:00
Mark Olesen
bcc1a49937
TUT: add parallel test for laplacianFoam
...
- one of the simplest test applications to run quickly and test
2020-06-05 17:54:42 +02:00
Mark Olesen
a97628121c
ENH: overhaul ensight handling ( #1579 )
...
- includes restructuring and simplification of low-level ensight part
handling and refactor of backends to improve code reuse.
foamToEnsight
-------------
* new cellZone support.
This was previously only possible via a separate foamToEnsightParts
utility that was not parallelized.
* support for point fields.
* `-nearCellValue` option (as per foamToVTK)
* data indexing now uses values from the time index.
This is consistent with the ensightWrite function object and
can help with restarts.
* existing ensight directories are removed, unless the -no-overwrite
option is supplied
foamToEnsightParts
------------------
* now redundant and removed.
ensightOutputSurface (new class)
--------------------------------
* a lightweight wrapper for point/face references that is tailored
for the ensightSurfaceWriter. It uses compact face/point information
and is serial only, since this is the format requirements from the
surfaceWriter class.
ensightMesh (revised class)
---------------------------
* now only holds a polyMesh reference, which removes its dependency
on finiteVolume and allows it to be relocated under fileFormats
instead of conversion.
Removed classes: ensightParts, ensighPartFaces, ensightPartCells
- these were used by foamToEnsightParts, but not needed anymore.
2020-02-18 11:09:43 +00:00
Kutalmis Bercin
c399a4b3fb
TUT: simplify basic/laplacianFoam/flange
...
BAKW: ensure bitwise backward compatibility
2020-01-09 17:19:36 +00:00
Andrew Heather
ae2ab06312
REL: Release preparations
2019-12-23 09:49:23 +00:00
Mark Olesen
98467036b3
STYLE: regularize quoting and exit on failed 'cd'
2019-11-13 13:19:16 +01:00
Mark Olesen
e6dfb39c66
STYLE: remove unnecessary stdout, stderr /dev/null redirects
...
- no stderr redirect needed:
* 'command -v'
- no stdout/stderr redirect needed:
* 'rm -f'
STYLE: consistent spacing after redirects
2019-11-06 10:44:36 +01:00
Mark Olesen
ec7e3c88e4
ENH: test for WM_PROJECT_DIR being set/unset in scripts
2019-11-06 09:18:51 +01:00
Andrew Heather
be44dcaf1f
RELEASE: Version clean-up for release
2019-06-25 11:51:19 +01:00
Andrew Heather
9231534efa
STYLE: Updating version to v1812
2018-12-19 18:07:52 +00:00
Andrew Heather
6e35bcda70
ENH: Updated config for release v1806
2018-06-28 12:56:00 +01:00
Mark Olesen
c792a9d7df
TUT: script cleanup, provide cleanCase0 for commonly used operation
2017-10-12 19:20:56 +02:00
Andrew Heather
0a4733acab
ENH: Tutorial updates
2017-05-18 14:47:00 +01:00
Mark Olesen
a6a90838fa
STYLE: adjust tutorial Allrun scripts (issue #310 )
...
- A few without a 'cd' at the start.
Use $(getApplication) directly in more places (for clarity).
2016-11-21 10:18:00 +01:00
Mark Olesen
21679c04e4
STYLE: adjust tutorial Allclean scripts (issue #310 )
...
- A few without a 'cd' at the start.
Several remove files that are already covered by the cleanCase function.
2016-11-20 17:26:44 +01:00
Mark Olesen
e072a2be33
ENH: add -noZero option for foamToEnsight* conversion
...
- The zero directory is incomplete, skip these entries.
2016-09-30 12:44:00 +02:00
Mark Olesen
1988e4bb60
STYLE: avoid backticks for getApplication
2016-06-27 17:50:55 +02:00
andy
fd9d801e2d
GIT: Initial commit after latest foundation merge
2016-04-25 11:40:48 +01:00
Henry Weller
350d03246e
scripts: Reformat with consistent section separators
2016-02-15 18:30:24 +00:00
Andrew Heather
f0c3e8d599
STYLE: Updated version to 'plus'
2015-12-22 23:14:17 +00:00
Andrew Heather
0e01c44129
GIT: Resolved conflict
2015-12-09 16:19:28 +00:00
Andrew Heather
8837a89237
STYLE: Updated links from openfoam.org to openfoam.com
2015-12-09 15:03:05 +00:00
Chris Greenshields
ad24568623
Redundant boundary.org files removed from tutorial cases
2015-11-13 16:59:58 +00:00
Henry Weller
4c21f24a8c
Input of dimensionedScalars: update read-construction of dimensionedScalar in applications
...
so that the specification of the name and dimensions are optional in property dictionaries.
Update tutorials so that the name of the dimensionedScalar property is
no longer duplicated but optional dimensions are still provided and are
checked on read.
2015-07-20 22:52:53 +01:00
Henry Weller
0fb6a01280
fluxRequired: Added setFluxRequired function to fvSchemes class
...
Added calls to setFluxRequired for p, p_rgh etc. in all solvers which
avoids the need to add fluxRequired entries in fvSchemes dictionaries.
2015-07-15 21:57:16 +01:00
Henry
95e840f5de
tutorials/basic/laplacianFoam/flange/Allrun: Updated for consistent output
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1543
2015-02-19 09:56:50 +00:00
Henry
c6874965f8
tutorials: rationalized log
2015-02-19 08:39:32 +00:00
Henry
41368addc9
Minor change to comment
2014-12-14 21:50:14 +00:00
OpenFOAM-admin
9fb26d59d3
GIT: Repo update
2014-12-11 08:35:10 +00:00
OpenFOAM-admin
fbb3ddf2c4
Updated for release 2.3.0
2014-02-17 10:21:46 +00:00
mattijs
67508b6681
ENH: flange: remove foamToFieldView9
2014-01-24 12:41:46 +00:00
andy
4f40cdb7d7
GIT: Resolve conflict
2011-08-16 16:09:56 +01:00
Henry
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
OpenFOAM-admin
c720299876
ENH: Reverted back to version dev
2011-06-17 10:08:20 +01:00
andy
29c485361a
STYLE: renamed version 2.0 -> 2.0.0
2011-06-08 16:31:07 +01:00
andy
d2d91bb84f
STYLE: Updated tutorial headers to version 2.0
2011-06-07 11:18:46 +01:00
mattijs
c81dd4ee08
ENH: laplacianFoam tutorial: added foamToVTK invocation
2011-03-21 15:03:38 +00:00
Mark Olesen
6091cdb0a5
BUG: incorrect log-check in runParallel (RunFunctions)
...
STYLE: minor rewording, drop grep/sed in favour of sed only
2011-01-02 18:42:26 +01:00
henry
ccfb6e32a6
Corrected headers.
2010-06-23 16:54:54 +01:00
Mark Olesen
895a077cb1
STYLE: fixup some dictionary headers
2010-05-18 11:38:07 +02:00
Mark Olesen
3fef72510e
STYLE: use switch value for 'writeCompression' in controlDict's
...
- simpler/clearer to use "on/off" instead of "compressed/uncompressed"
2010-04-09 13:12:35 +02:00
Mark Olesen
6b6dd51a27
STYLE: more consistent shell style in tutorial run/clean scripts
2010-03-10 10:55:42 +01:00
andy
2349fdaabe
updated version numbers to 1.6
2009-07-23 12:22:48 +01:00