93047ff0cd
etc/config/settings.*: Add -std=c++0x to formally enable support for of C++11 features
...
when building ThirdParty packages.
c++0x is used rather than c++11 to support gcc-4.5.?
2016-01-23 15:18:38 +00:00
bea095cc02
etc/config/paraview.*: Update include/lib directory name seaching to paraview-3.0 for ParaView-4.?
2016-01-18 18:15:29 +00:00
94c05a1e6c
Update code to use the simpler C++11 template syntax removing spaces between closing ">"s
2016-01-10 22:41:16 +00:00
36f2d69888
Update code to use the simpler C++11 template syntax
2016-01-10 19:20:16 +00:00
b1006e8ff2
etc/config/paraview.*: Update include directory name which is 3.0 rather than 4.0 even for ParaView-4
2016-01-10 19:16:27 +00:00
111bba1cee
Update headers
2016-01-10 12:50:58 +00:00
aff1a908a6
etc/config/settings.*: Update gcc versions
2016-01-10 12:50:41 +00:00
ece0783afd
foamNewApp: corrected template case
2015-12-07 17:28:40 +00:00
e0bb09718b
foamNewApp: added execution and clock times to template
2015-12-07 14:15:14 +00:00
6b67e39136
foamNewBC: script to create template code for a new boundary condition
...
Run foamNewBC -h for details
2015-12-04 14:33:56 +00:00
10ded8a669
foamNewApp: script to create template for a new application
...
Creates a directory containing source .C file and Make directory
Will deprecate foamNewSource with App argument in due course
2015-12-04 14:21:37 +00:00
fc7a792667
etc/controlDict: reformatted
2015-11-21 18:28:54 +00:00
c4b36c1aa6
porousZone packaged fvOption: moved selectionMode to correct dict level
2015-11-17 14:59:30 +00:00
142ff92750
compressibleInflowOutflow template case: corrected turbulent fields and fvSchemes
2015-11-15 22:06:43 +00:00
9d4c025db2
template cases: moved blockMeshDict.extPatches to system directory
2015-11-13 18:25:05 +00:00
a43939b2c5
closedVolume template case: removed word entries from dimensionedScalars in transportProperties
2015-11-13 17:44:06 +00:00
2cecaf408c
blockMeshDict files moved to system directory (new default location) in template cases and unit test cases
2015-11-13 16:05:59 +00:00
778c0cc8ed
etc/caseDicts/setConstraintTypes: Initialize the value for processor BCs to the uniform internalField value
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1883
2015-11-11 12:17:30 +00:00
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
d69bbc00ac
compressibleInflowOutflow template case: updated turbulenceProperties to new TurbulenceModels library
2015-11-03 09:21:36 +00:00
6abec57f54
ParaView: Upgrade to 4.4.0
2015-10-27 10:18:03 +00:00
26030001f6
etc/codeTemplates/foamScript: Make executable
2015-10-26 16:35:20 +00:00
512b88ac5f
OpenMPI: Upgrade to version 1.10.0
2015-10-25 10:16:56 +00:00
f7d3901cbf
CGAL: Upgrade to 4.7
2015-10-23 17:25:59 +01:00
a9ea7f8dfe
template cases: corrected BirdCarreauCoeffs names (m -> k)
2015-10-15 12:10:12 +01:00
1dbeba9c06
porousZone template: removed duplicate name in dimensionedScalars
2015-08-11 14:54:48 +01:00
ad3ee27a77
Template explicitPorositySource fvOption with a set
...
of template coordinate systems for the porous media
2015-08-11 14:48:58 +01:00
78127d8061
Corrected names of compounds in thermoData to use upper/lower
...
case in accordance with standard symbols for chemical elements.
For example, Cl for Chlorine (not CL), Ar for Argon (not AR), Al, Ne, Si, Pb, etc
2015-08-08 17:51:47 +01:00
a15ee7de5e
Template inflow-outflow case for compressible flow with rhoSimpleFoam
2015-08-06 17:49:14 +01:00
f4deefbe6f
inflowOutflow templates: added inlet and outlet groups in snappyHexMeshDict
2015-08-05 18:44:14 +01:00
2b1ee6b497
tutorials: Removed unnecessary spaces between parentheses and values in vectors
2015-07-21 20:55:44 +01:00
ecee2d275e
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
491d82363b
Template case files: added model coeffs to transportProperties
2015-07-20 13:29:23 +01:00
723486b5c7
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2015-07-19 11:33:09 +01:00
36ae54f803
Resolve various unimportant warning messages from Gcc, Clang and Icpc
2015-07-19 11:31:49 +01:00
6a24623d66
surfaceFeatureExtractDict templates: added trimFeatures options
2015-07-18 18:58:20 +01:00
a166d234cd
patchAverage: pre-packaged function object
...
calculates average value on a patch
2015-07-17 14:19:58 +01:00
f3868f2114
fvSchemes: Removed fluxRequired entries
2015-07-16 10:55:49 +01:00
407dccefce
Updated template cases for new turbulenceProperties file, fvSchemes syntax and MRFProperties.
...
With contribution from Richard Jones
2015-07-06 10:23:40 +01:00
986a4f9611
Added support for the PPC64le architecture
...
Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1759
2015-06-23 11:26:18 +01:00
577fa92565
codeTemplates: Update copyright date
2015-06-23 10:54:51 +01:00
8b9a57af74
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2015-05-18 22:36:17 +01:00
f3767b6e45
Upgraded gcc from 5.0.0 to 5.1.0
2015-05-18 22:35:20 +01:00
38415f8839
Upgraded scotch to 6.0.3 (6.0.4 failed to compile)
2015-05-18 22:34:39 +01:00
b69a283081
Upgraded CGAL to 4.6
2015-05-18 22:34:23 +01:00
1cb715186d
Template case files to help general setup of OpenFOAM cases
...
The templates include a stategy to simplify meshing with snappyHexMesh,
particularly to help generate an initial mesh quickly that can subsequently be
improved. The templates are setup to enable rapid initial simulations, typically
with simpleFoam. The initial templates cover simple inflow-outflow and closed
domains, including rotating geometry, and an example axisymmetric flow. For
more details, consult the README file accompanying each template case.
The cases are located in $FOAM_ETC/templates
2015-05-18 18:34:09 +01:00
f6c679f79b
Upgrade Clang -> 3.6.0
2015-05-18 11:54:15 +01:00
e54868da7e
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2015-05-17 18:30:45 +01:00
25c09da260
etc/config/settings: Set WM_ARCH_OPTION=32 on 32bit OSs
2015-05-17 18:30:11 +01:00
e60cdeb72f
Configuration settings of some dictionaries, e.g. snappyHexMeshDict
...
for more convenient case setup
2015-05-17 18:30:11 +01:00