No description
Find a file
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
applications driftFluxFoam: Corrected Udm BCs 2016-11-05 20:53:31 +00:00
bin foamCleanPath: Changed sed delimiter from '@' to '|' to allow Email addresses 2016-10-25 17:12:37 +01:00
doc codingStyleGuide: Corrected typos 2016-08-16 08:35:15 +01:00
etc etc/bashrc: Added support for sourcing etc/bashrc with relative path 2016-11-04 13:09:18 +00:00
src functionObjects::fieldExpression: Correct and improve warning messages 2016-11-25 21:49:56 +00:00
tutorials fvOptions: Corrected docs: 'fieldName' -> 'fields' 2016-09-28 19:40:47 +01:00
wmake Created OpenFOAM-4.0 from OpenFOAM-dev 2016-06-22 11:19:35 +01:00
.gitignore tutorials/combustion/fireFoam/les: Added missing ph_rgh.orig files 2016-04-27 16:18:25 +01:00
Allwmake scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
COPYING Add licence and README 2014-12-10 15:50:51 +00:00
README.org Updated for OpenFOAM-4.x 2016-06-28 12:10:11 +01:00

README for OpenFOAM-4.x

#

About OpenFOAM

OpenFOAM is a free, open source computational fluid dynamics (CFD) software package released by the OpenFOAM Foundation. It has a large user base across most areas of engineering and science, from both commercial and academic organisations. OpenFOAM has an extensive range of features to solve anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to solid dynamics and electromagnetics.

Copyright

OpenFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the file COPYING in this directory or http://www.gnu.org/licenses/, for a description of the GNU General Public License terms under which you can copy the files.