Henry Weller
5e6a7ea282
Completed update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-11 09:03:39 +00:00
Henry Weller
cc99b65d77
src/OpenFOAM: Update ...IOErrorIn -> ...IOErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-10 21:13:04 +00:00
Henry Weller
10aea96ae5
applications: Update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-10 17:53:31 +00:00
Henry Weller
cad9467374
src/finiteVolume: Update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-10 16:55:03 +00:00
Henry Weller
1944b09bb5
SolverPerformance: Complete the integration of the templated SolverPerformance<Type>
...
Now solvers return solver performance information for all components
with backward compatibility provided by the "max" function which created
the scalar solverPerformance from the maximum component residuals from
the SolverPerformance<Type>.
The residuals functionObject has been upgraded to support
SolverPerformance<Type> so that now the initial residuals for all
(valid) components are tabulated, e.g. for the cavity tutorial case the
residuals for p, Ux and Uy are listed vs time.
Currently the residualControl option of pimpleControl and simpleControl
is supported in backward compatibility mode (only the maximum component
residual is considered) but in the future this will be upgraded to
support convergence control for the components individually.
This development started from patches provided by Bruno Santos, See
http://www.openfoam.org/mantisbt/view.php?id=1824
2015-11-10 08:50:11 +00:00
Henry Weller
5841ee3481
Revert "meshRefinementBaffles: Correct faceZone orientation"
...
This reverts commit 6206280471 .
2015-11-08 22:20:11 +00:00
Henry Weller
29111c3723
fvcAverage: Minor improvement to the evaluation of the internalField
2015-11-08 12:25:30 +00:00
Henry Weller
d5b4448e1a
src/OpenFOAM: Update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-08 12:23:52 +00:00
Henry Weller
8be8e1b231
Test-error: Updated to use test the new "...InFunction" macros
2015-11-07 16:28:13 +00:00
Henry Weller
d46bbbf440
sutherlandTransport: Add support for reading thermo and transport from separate dictionaries
...
Based on patch provided by Daniel Jasinski
See http://www.openfoam.org/mantisbt/view.php?id=1888
2015-11-06 17:36:58 +00:00
Henry Weller
fdc9432c4a
reactingEulerFoam: Moved dilatation from AnisothermalPhaseModel to MovingPhaseModel
...
to support phase volume fraction changes due to pressure
2015-11-06 15:35:50 +00:00
Henry Weller
76a910ab9f
reactingEulerFoam/phaseSystems/phasePair/orderedPhasePair: Correct lookup of the aspectRatio
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1899
2015-11-05 19:53:43 +00:00
Henry Weller
09af2cb0b6
compressibleInterFoam, multiphaseMixtureThermo: Corrected laminar mixture kinematic viscosity
2015-11-05 16:08:30 +00:00
Henry Weller
6206280471
meshRefinementBaffles: Correct faceZone orientation
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1479
Patches provided by Bruno Santos based on the work of Mattijs Janssens
2015-11-04 11:53:54 +00:00
Chris Greenshields
d69bbc00ac
compressibleInflowOutflow template case: updated turbulenceProperties to new TurbulenceModels library
2015-11-03 09:21:36 +00:00
Henry Weller
4e04397acb
tutorials/incompressible/simpleFoam/pitzDaily: Change default model to kEpsilon
...
and reduce relaxation factors to improve stability over a range of
models and systems.
2015-11-01 12:24:25 +00:00
Henry Weller
03494fef5d
Updated notImplemented -> NotImplemented
...
The new NotImplemented macro uses __PRETTY_FUNCTION__ for GNU compatible
compilers otherwise __func__ to provide the function name string.
2015-11-01 10:26:37 +00:00
Henry Weller
dfecb23b08
equationOfState/Boussinesq: New equation of state for the Boussinesq approximation for buoyant flows
...
Description
Incompressible gas equation of state using the Boussinesq approximation for
the density as a function of temperature only:
\verbatim
rho = rho0*(1 - beta*(T - T0))
\endverbatim
To be used with the buoyantPimpleFoam and buoyantSimpleFoam solvers as
an alternative to using buoyantBoussinesqPimpleFoam or
buoyantBoussinesqSimpleFoam, providing consistency with all other
solvers and utilities using the thermodynamics package in OpenFOAM.
2015-10-31 18:27:38 +00:00
Henry Weller
2ac2911029
subsetMesh/Make/options: removed unused entries
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1886
2015-10-31 17:55:59 +00:00
Henry Weller
571c321da3
Doxyfile: Upgraded for Doxygen-1.8.10
2015-10-30 21:38:06 +00:00
Henry Weller
678a7a5202
Updated headers
2015-10-30 21:37:59 +00:00
Henry Weller
1e4a07c714
Updated docs for Doxygen: '<' -> '\<' and '>' -> '\>'
2015-10-30 21:37:03 +00:00
Henry Weller
ff10fe0d5e
messageStream, error: Add new versions of message and error macros
...
which use the __PRETTY_FUNCTION__ constant string to provide the function name
2015-10-30 17:30:26 +00:00
Henry Weller
5deddf7e30
wallHeatFlux: Add support for radiative and total heat-fluxes
...
Patch provided by Daniel Jasinski
Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1856
2015-10-30 14:32:26 +00:00
Henry Weller
941117a1c4
createIncompressibleRadiationModel: Allow specification of value only for rhoRef and CpRef
...
Patch provided by Daniel Jasinski: http://www.openfoam.org/mantisbt/view.php?id=1856
2015-10-30 14:01:20 +00:00
Henry Weller
04103b5277
buoyantBoussinesqSimpleFoam: Add support for radiative heat-transfer consistent with buoyantBoussinesqPimpleFoam
...
Patch provided by Daniel Jasinski: http://www.openfoam.org/mantisbt/view.php?id=1856
2015-10-30 13:58:17 +00:00
Henry Weller
d3621371e0
TurbulenceModels: Corrected docs
...
Reported in http://www.openfoam.org/mantisbt/view.php?id=1856
2015-10-30 13:28:28 +00:00
Henry Weller
3b46408d38
reactingEulerFoam: Add polynomial saturation model
...
Provided by Juho Peltola
2015-10-29 22:42:42 +00:00
Henry Weller
b5f64cd165
radiationCoupledBase: Correct docs
2015-10-29 22:42:14 +00:00
Henry Weller
a2be28ec5a
Documentation: Use '-' rather than '+' for lists for Doxygen
2015-10-29 22:41:34 +00:00
Henry Weller
f623ba2542
Make Doxygen documentation consistent with the rest of OpenFOAM
2015-10-29 22:40:41 +00:00
Henry Weller
15d700a966
porousBafflePressureFvPatchField: Corrected docs
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1884
2015-10-29 14:05:55 +00:00
Henry Weller
866ec7d5cf
PrimitivePatchCheck::checkTopology: Correct non-manifold check logic
...
Patch provided by Aron Jóhannesson
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1877
2015-10-29 10:54:47 +00:00
Henry Weller
deb9df2051
reconstructPar: Corrected time directory for reconstructed sets
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1880
2015-10-27 16:27:04 +00:00
Henry Weller
bc182a5c35
Removed spurious log file
2015-10-27 16:26:51 +00:00
Henry Weller
74725bc212
Corrected headers
2015-10-27 16:26:40 +00:00
Henry Weller
6abec57f54
ParaView: Upgrade to 4.4.0
2015-10-27 10:18:03 +00:00
Henry Weller
07ee8fcc36
foamListSourceFiles: Filter debian build directory if it is at the top-level
2015-10-26 17:56:38 +00:00
Henry Weller
aa4ed59ba3
foamEtcFile: Add support for openfoamdev
2015-10-26 17:35:27 +00:00
Henry Weller
26030001f6
etc/codeTemplates/foamScript: Make executable
2015-10-26 16:35:20 +00:00
Henry Weller
f263dd775e
Allwmake: Change test logic for building documentation to avoid return "fail"
2015-10-26 16:26:52 +00:00
Henry Weller
ee873dff25
chtMultiRegionFoam: Correct file permissions on solveSolid.H
2015-10-26 15:47:14 +00:00
Henry Weller
63c620dc68
temperatureCoupledBase, turbulentHeatFluxTemperatureFvPatchScalarField: updated docs
...
Provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1875
2015-10-25 17:08:29 +00:00
Henry Weller
c213bcae71
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2015-10-25 15:32:24 +00:00
Henry Weller
f52fb042b8
turbulentHeatFluxTemperatureFvPatchScalarField: Updated docs
...
Resolves report http://www.openfoam.org/mantisbt/view.php?id=1875
Patch provided by Bruno Santos
2015-10-25 15:31:49 +00:00
Henry Weller
bfcf50e027
turbulentHeatFluxTemperatureFvPatchScalarField: Updated docs
...
Resolves report http://www.openfoam.org/mantisbt/view.php?id=1875
2015-10-25 15:29:33 +00:00
Henry Weller
512b88ac5f
OpenMPI: Upgrade to version 1.10.0
2015-10-25 10:16:56 +00:00
Henry Weller
cbd3f823e5
cyclicACMIPolyPatch: remove tolerance from the ACMI interpolation
...
Maybe resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1335
awaiting feedback from reporter.
2015-10-24 21:39:10 +01:00
Henry Weller
f7d3901cbf
CGAL: Upgrade to 4.7
2015-10-23 17:25:59 +01:00
Henry Weller
86f10cda39
mergeMeshes: Disable functionObjects
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1756
2015-10-23 12:41:46 +01:00