Andrew Heather
1135f1572d
TUT: Removed unused/misleading entries - see #1020
2018-09-27 16:34:44 +01:00
Mark Olesen
a6e735e5ce
TUT: samplingDebug was left enabled in tutorial (and missing a file)
2018-07-18 19:41:32 +02:00
Andrew Heather
6e35bcda70
ENH: Updated config for release v1806
2018-06-28 12:56:00 +01:00
Andrew Heather
16a6379183
TUT: Cleaned up headers
2018-06-26 17:37:38 +01:00
Mark Olesen
2df51655ca
TUT: remove stray catalyst script
2018-06-27 08:22:13 +02:00
Mark Olesen
b70b2d8629
TUT: fixup formatting, tabs etc
2018-06-26 16:37:35 +02:00
Mark Olesen
30b4eda7a4
TUT: update some old keywords found in tutorials
...
- functionObjectLibs -> libs
- redirectType -> name
- change deprecated writeCompression flags types to Switch.
- cleanup some trailing ';;' from some dictionaries
2018-06-26 14:18:52 +02:00
Andrew Heather
1e5919f8b0
TUT: Updates - see #856
2018-06-26 11:16:24 +01:00
Mark Olesen
d9568a4b56
SUBMODULE: updates for catalyst
...
- SIGFPE handling, cmake configuration
CONFIG: adjust for simplified Catalyst channel naming
- no sub-channels, select volField output based in the
(internal | boundary) dictionary switches instead
2018-06-24 15:50:50 +02:00
Mark Olesen
eed1e99378
TUT: remove 'functions' dictionary scope from catalyst files
...
- rename Allrun.parallel to Allrun-parallel (issue #899 )
2018-06-23 13:41:20 +02:00
Mark Olesen
e0db37f043
ENH: support rhoRef for derived surfMesh sampled fields (issue #898 )
2018-06-22 16:57:30 +02:00
Andrew Heather
598c49fe8a
TUT: Added new tutorial cases
2018-06-22 15:25:06 +01:00
Andrew Heather
abb597359f
ENH: Updated the boundaryDataSurfaceWriter to use a plain list for the points file
2018-06-22 15:24:07 +01:00
Mark Olesen
f7d4f52726
STYLE: update names of known solvers, consistent End value (issue #856 )
2018-06-21 16:03:06 +02:00
Mark Olesen
237f20b0ed
TUT: tab removal
2018-06-21 15:43:15 +02:00
Mark Olesen
73fbed1c2c
TUT: consistent use of scale and headers for blockMeshDict
2018-06-21 15:28:25 +02:00
Mark Olesen
dcde2eed74
TUT: consistent name for runTimePostProcessing dictionary
2018-06-21 11:56:00 +02:00
Andrew Heather
f9dc9dbf5f
TUT: updates
2018-06-21 08:31:22 +01:00
sergio
7bf7aaea91
ENH: Further enhancements to stabilizationSchemes
2018-06-19 12:04:27 -07:00
sergio
9001aa2440
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
2018-06-19 11:23:36 -07:00
sergio
a3a6768608
ENH: Adding additional entry to stabilizationSchemes.
...
Correcting tutorial and expanding documentation
2018-06-19 11:21:56 -07:00
Mark Olesen
1871b1d3bc
TUT: use separate forces file for wingMotion2D
2018-06-19 17:18:15 +02:00
mattijs
0c5f36f40a
ENH: Move stabilisation to steady-state part of LES motorBike tutorial. See #856 .
2018-06-18 15:00:47 +01:00
Mark Olesen
e3d306d3cf
TUT: additional and extra closing braces in dictionaries
2018-06-18 14:05:49 +02:00
sergio
46e7dab0cb
ENH: Adding stabilizationSchemes FO and tutorial
2018-06-06 12:54:34 -07:00
Andrew Heather
f700bce878
Merge remote-tracking branch 'origin/develop' into develop-pre-release
2018-05-17 12:14:27 +01:00
Mark Olesen
73a525b7f5
ENH: additional input/output parameters for lumped point motion ( closes #804 )
...
- input or output scaling of values to manage dissimilar unit systems
in the structures model
- logging of communicated force, moments and updated positions.
This allows tracking of the information exchange throughout the
duration of the simulation and may assist in post-simulation diagnosis.
2018-03-22 23:57:46 +01:00
Mark Olesen
28627250c6
CONFIG: update catalyst configuration files
...
- relocated from
etc/caseDicts/postProcessing/catalyst/ -> etc/caseDicts/insitu/catalyst/
- adjusted for unified catalyst function object
2018-05-11 14:55:47 +02:00
Mark Olesen
5c60cbe34d
ENH: improve ensightWrite handling of moving mesh
...
- now treat all mesh geometries as moving, since we cannot know
beforehand if this is the case.
2018-05-08 12:41:06 +02:00
Mark Olesen
f99880cbea
ENH: add nodeValues option for ensightWrite function object ( closes #734 )
2018-05-08 09:51:15 +02:00
Mark Olesen
9531212f14
ENH: disable ensightWrite, vtkWrite function objects in post-process mode
...
- prevents accidental overwrite of runtime conversions.
2018-05-08 09:16:00 +02:00
Mark Olesen
dd8341f659
ENH: make format of ExecutionTime = ... output configurable (issue #788 )
...
- controlled by the the 'printExecutionFormat' InfoSwitch in
etc/controlDict
// Style for "ExecutionTime = " output
// - 0 = seconds (with trailing 's')
// - 1 = day-hh:mm:ss
ExecutionTime = 112135.2 s ClockTime = 113017 s
ExecutionTime = 1-07:08:55.20 ClockTime = 1-07:23:37
- Callable via the new Time::printExecutionTime() method,
which also helps to reduce clutter in the applications.
Eg,
runTime.printExecutionTime(Info);
vs
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl;
--
ENH: return elapsedClockTime() and clockTimeIncrement as double
- previously returned as time_t, which is less portable.
2018-04-27 15:00:34 +02:00
mattijs
af3f93c057
ENH: snappyHexMeshDict: changed 17x to 1.7.x
2018-04-18 11:32:59 +01:00
Andrew Heather
a230e8d408
STYLE: Correcting typos
2018-03-28 17:14:16 +01:00
Mark Olesen
c2da3424bb
SUBMODULE: catalyst function object
...
- now uses current OpenFOAM code level
- added initial catalyst script for insitu processing of overset
2018-04-12 16:25:42 +02:00
Mark Olesen
a9741cea79
ENH: additional text expansion shortcuts (issue #792 )
...
Support the following expansions when they occur at the start of a
string:
Short-form Equivalent
========= ===========
<etc>/ ~OpenFOAM/ (as per foamEtcFile)
<case>/ $FOAM_CASE/
<constant>/ $FOAM_CASE/constant/
<system>/ $FOAM_CASE/system/
These can be used in fileName expansions to improve clarity and reduce
some typing
"<constant>/reactions" vs "$FOAM_CASE/constant/reactions"
2018-04-10 13:41:41 +02:00
Mark Olesen
f0435beb9c
Merge remote-tracking branch 'origin/master' into develop
2018-03-16 23:38:29 +01:00
Andrew Heather
b0c5608b62
TUT: Corrected turbulence Ck value - see #753
2018-03-13 12:32:16 +00:00
Andrew Heather
e78548352e
TUT: Removed misleading comment in tutorial - see #746
2018-03-06 11:12:39 +00:00
Mark Olesen
451f8e0357
Merge remote-tracking branch 'origin/master' into develop
2018-03-07 18:08:07 +01:00
Mark Olesen
fe140cd6c5
TUT: test mode not respected ( closes #710 )
...
- now replaced 'if ! isTest' with 'if notTest' for most cases.
2018-02-20 12:54:44 +01:00
Andrew Heather
89d49f002a
Merge branch 'master' into develop
2018-01-18 09:33:40 +00:00
Andrew Heather
e3c4696a6e
TUT: Updated Allrun scripts for tests. Fixes #710
2018-01-17 15:30:49 +00:00
Mark Olesen
534c173a09
TUT: cleanup lumpedPointMotion copied/derived files ( closes #683 )
2018-01-03 10:48:17 +01:00
Andrew Heather
23af7e435a
ENH: FFT - removed power-of-2 constraint on number of samples
2017-12-29 23:57:22 +00:00
mattijs
59caad90b9
BUG: decomposeParDict: missing coeffs
2017-12-28 13:49:58 +00:00
sergio
709d2f43b1
Addition of tutorial using energyTransport FO + ArrheniusBirdCarreau laminar transport
2017-12-18 16:12:48 -08:00
mattijs
ddde330884
ENH: overset: new solvers, new stencil
2017-12-08 16:00:02 +00:00
Andrew Heather
ee06a687eb
TUT: Corrected file header
2018-05-16 16:15:50 +01:00
Henry Weller
8165c462cd
ENH: freestreamPressure, freestreamVelocity: New blended boundary conditions for the freestream
...
These BCs blend between typical inflow and outflow conditions based on the
velocity orientation.
airFoil2D tutorial updated to demonstrate these new BCs.
2018-02-23 12:23:06 +00:00