Henry Weller
6f7aaecc58
postProcess: Added support for dsmcFields
...
e.g. postProcess -time 0.001 -func dsmcFields
Resolves bug-report https://bugs.openfoam.org/view.php?id=2499
2017-03-14 15:24:44 +00:00
Henry Weller
7d5fe2f3d9
turbulenceModels::RAS: Corrected sign of "C3" dilatation term
...
Set default value of C3 to 0
Set C3 to -0.33 in the engineFoam/kivaTest tutorial.
Resolves bug-report https://bugs.openfoam.org/view.php?id=2496
2017-03-13 17:59:24 +00:00
Henry Weller
16dbac4c03
Updated header
2017-03-10 11:07:01 +00:00
Henry Weller
71161ef0b8
CrankNicolsonDdtScheme: Corrected fvcDdtUfCorr for compressible flow
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2491
2017-03-10 11:06:00 +00:00
Henry Weller
efa306a033
turbulenceModels::LES::dynamicLagrangian: Converted advection to compressible convection form
...
Formally this is equivalent to the previous formulation but more convenient to
use given that for compressible flow the mass flux rather than the volume flux
is available.
2017-03-10 11:03:42 +00:00
Henry Weller
fc009a4fa2
LES::dynamicLagrangian: Corrected access to the volumetric flux for compressible flow
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2489
2017-03-09 09:39:41 +00:00
Henry Weller
ca7db4558d
verticalChannel tutorial, compressibleInflowOutflow template: removed 'bounded' from the 'div(phid,p)' scheme
2017-03-08 11:35:42 +00:00
Henry Weller
6804c6cf49
GeometricField: corrected assignment to tmp which wraps a non-tmp
2017-02-22 13:18:33 +00:00
Henry Weller
89a346ec52
functionObjects::fieldCoordinateSystemTransform: added coordinateSystem sub-dict and updated the description
...
Patch contributed by Bruno Santos
Resolves bug-report https://bugs.openfoam.org/view.php?id=2454
2017-02-22 13:15:00 +00:00
Henry Weller
e964d879e2
csvSetWriter: Corrected axis header
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2455
2017-02-09 17:44:48 +00:00
Henry Weller
1decf44db0
functionObjects::scalarTransport: Corrected FatalError
2017-02-08 16:56:30 +00:00
Henry Weller
7c251b6e92
tutorials/multiphase/interDyMFoam/ras/DTCHull: improved boundedness and stability
2017-02-06 22:54:31 +00:00
Henry Weller
8f3169652e
functionObjects::streamLine: Reinstated default "U"
2017-02-03 21:55:03 +00:00
Henry Weller
7c8d3866cb
PBiCG: Suggest changing to the more robust PBiCGStab solver
...
if convergence is not achieved within the maximum number of iterations.
Sometimes, particularly running in parallel, PBiCG fails to converge or diverges
without warning or obvious cause leaving a solution field containing significant
errors which can cause divergence of the application. PBiCGStab is more robust
and does not suffer from the problems encountered with PBiCG.
2017-02-03 21:53:53 +00:00
Henry Weller
a1a70270f0
functionObjects::streamLine,wallBoundedStreamLine: Removed outdated check for 'UName'
...
Patch contributed by Bruno Santos
Resolves patch request https://bugs.openfoam.org/view.php?id=2444
2017-01-28 18:05:41 +00:00
Henry Weller
54efb46f26
codedFunctionObject: Updated documentation
...
Patch contributed by Bruno Santos
Resolves bug-report https://bugs.openfoam.org/view.php?id=2441
2017-01-28 18:05:11 +00:00
Henry Weller
8ff56d46b9
meshSearch: Add support for cell decomposition mode CELL_TETS
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2428
2017-01-20 10:44:51 +00:00
Henry Weller
98113110d8
setsToZones: Add support for multi-region cases
...
Patch contributed by Bruno Santos
Resolves bug-report https://bugs.openfoam.org/view.php?id=2437
2017-01-19 08:19:36 +00:00
Henry Weller
100d9a9dd1
eConstThermo: Corrected entropy function
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2436
2017-01-18 10:14:07 +00:00
Henry Weller
d5dd04e0a6
stressComponents, wallGradU: Additional backward-compatibility info scripts
...
Patch contributed by Bruno Santos
Resolves patch request https://bugs.openfoam.org/view.php?id=2423
2017-01-09 14:31:05 +00:00
Henry Weller
42cc7646e0
Make/options: Added -lscotchDecomp where appropriate
...
Patch contributed by Bruno Santos
Resolves patch request https://bugs.openfoam.org/view.php?id=2410
2016-12-27 15:29:12 +00:00
Henry Weller
a8ccb13d48
Documentation updates
...
Patch contributed by Bruno Santos
Resolves patch request https://bugs.openfoam.org/view.php?id=2409
2016-12-27 15:10:04 +00:00
Henry Weller
a7c2bd6cac
functionObjects::volRegion: Improved parallel efficiency
...
Patch contributed by Kevin Nordin-Bates
Resolves bug-report https://bugs.openfoam.org/view.php?id=2401
2016-12-19 16:18:34 +00:00
Chris Greenshields
4fc4bc5d35
Template function objects: added read rhoInf entry
2016-12-14 15:30:06 +00:00
Chris Greenshields
930eb454e4
Template function objects: forces and forceCoeffs correction/tidy
2016-12-14 14:38:12 +00:00
Chris Greenshields
750b0402a6
Template function objects: corrected forces and forceCoeffs for code correction
...
See bug-report https://bugs.openfoam.org/view.php?id=2387
2016-12-14 14:17:45 +00:00
Henry Weller
fb57ecbfdf
functionObjects::forceCoeffs: Corrected setting of rhoRef for compressible flow
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2387
2016-12-14 10:42:49 +00:00
Henry Weller
3d754f4a12
PBiCGStab: Corrected to support processorAgglomerator
...
Patch contributed by Battijs Janssens
Resolves bug-report http://bugs.openfoam.org/view.php?id=2383
2016-12-09 17:00:50 +00:00
Henry Weller
2fedcfd00c
tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun: Removed spurious '-parallel' option
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2378
2016-12-07 15:36:15 +00:00
Henry Weller
7209ceb306
metisDecomp: Corrected return from metisDecomp::decompose
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2370
2016-12-03 19:27:24 +00:00
Henry Weller
daa4d54a49
processorMeshes::read destruct before de-register
...
Patch contributed by Mattijs Janssens
Resolves bug-report http://bugs.openfoam.org/view.php?id=2368
2016-12-01 22:06:35 +00:00
Henry Weller
0b3c8e6fb4
meshToMesh0: fixed segmentation fault
...
Patch contributed by Mattijs Janssens
Resolves bug-report http://bugs.openfoam.org/view.php?id=2363
2016-12-01 19:57:00 +00:00
Henry Weller
0e18bbaa12
functionObjects::grad: Avoid cache conflict with 'postProcess' utility
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2350
2016-12-01 15:53:38 +00:00
Henry Weller
422f1770e0
tensor::eigenValues: Test the magnitude of 'QQ' before dividing by it.
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2351
2016-11-26 20:53:19 +00:00
Henry Weller
fcb789a267
functionObject.H: Updated documentation
...
Patch contributed by Bruno Santos
Resolves patch request http://bugs.openfoam.org/view.php?id=2355
2016-11-26 19:47:45 +00:00
Henry Weller
769940a61b
functionObjects::yPlus: Removed the AUTO_WRITE option on yPlus
...
Writing is controlled directly by the functionObject
2016-11-26 17:35:17 +00:00
Henry Weller
35f4d2da07
functionObjects::fieldExpression: Correct and improve warning messages
...
postProcess -func MachNo
previously generated the warning
Executing functionObjects
--> FOAM Warning : functionObjects::MachNo MachNo cannot find required field U
which is incorrect; the field 'U' is available but the
thermophysicalProperties is not. Now 'postProcess' generates the
warning:
Executing functionObjects
--> FOAM Warning : functionObjects::MachNo MachNo cannot find required object thermophysicalProperties of type fluidThermo
--> FOAM Warning : functionObjects::MachNo MachNo failed to execute.
Resolves bug-report http://bugs.openfoam.org/view.php?id=2352
2016-11-25 21:49:56 +00:00
Henry Weller
acc2a7707e
functionObjects::yPlus: Call read() in constructor to set base-class controls
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2320
2016-11-06 10:33:18 +00:00
Henry Weller
c4b8d5e443
kOmegaSSTBase: Corrected read() to re-read the base-class settings
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2318
2016-11-05 23:27:19 +00:00
Henry Weller
61195404f7
Cloud: Added 'td.switchProcessor' check to processor transfer logic
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2315
2016-11-05 21:20:18 +00:00
Henry Weller
8e01ae0462
driftFluxFoam: Corrected Udm BCs
...
Added 'READ_IF_PRESENT' option to support overriding of the default BCs
for complex problems requiring special treatment of Udm at boundaries.
Resolves bug-report http://bugs.openfoam.org/view.php?id=2317
2016-11-05 20:53:31 +00:00
Henry Weller
423ac54eab
etc/bashrc: Added support for sourcing etc/bashrc with relative path
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2310
2016-11-04 13:09:18 +00:00
Henry Weller
c590630ab0
etc/config.csh/paraview: avoid ParaView_DIR: Undefined variable.
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2309
2016-10-30 10:44:38 +00:00
Henry Weller
579268eb16
etc/cshrc: Removed echo $FOAM_INST_DIR
2016-10-30 09:39:25 +00:00
Henry Weller
a6a964b265
foamCleanPath: Changed sed delimiter from '@' to '|' to allow Email addresses
...
Patch contributed by Bruno Santos
http://bugs.openfoam.org/view.php?id=2306
2016-10-25 17:12:37 +01:00
Henry Weller
c326278adb
Revert "Set version for the 4.1 release"
...
This reverts commit 21991d73a3 .
2016-10-16 15:11:57 +01:00
Henry Weller
21991d73a3
Set version for the 4.1 release
2016-10-16 15:11:45 +01:00
Henry Weller
1e03d68d4f
twoPhaseEulerFoam, reactingTwoPhaseEulerFoam: Corrected support for implicitPhasePressure with nAlphaCorr > 1
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2290
2016-10-12 18:52:07 +01:00
Henry Weller
da3fc4f29d
snappyHexMesh: Added support for scotch redistribution
...
Requires scotch-6.?.?
2016-10-12 16:29:36 +01:00
Henry Weller
192edd160b
etc/config.*/unset: unset FOAM_ETC
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2285
2016-10-10 10:41:00 +01:00