56fa7c0906
Update code to use the simpler C++11 template syntax removing spaces between closing ">"s
2016-01-10 22:41:16 +00:00
4eba393fe1
Update code to use the simpler C++11 template syntax
2016-01-10 19:20:16 +00:00
acb9ec8b46
wmake/rules: Add -std=c++0x to formally enable support for of C++11 features
...
The c++0x is used rather than c++11 to support gcc-4.5.?
2016-01-10 19:17:31 +00:00
33c99cc918
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
d41014938c
Update headers
2016-01-10 12:50:58 +00:00
b31ea4fa22
etc/config/settings.*: Update gcc versions
2016-01-10 12:50:41 +00:00
fbae6721c6
Update headers
2016-01-10 12:50:32 +00:00
9439d83f39
Make private member functions private
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1969
2016-01-10 12:49:35 +00:00
75cf86b769
Correct formatting: "forAll (" -> "forAll("
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1967
2016-01-09 23:10:16 +00:00
1eca13aeb9
CleanFunctions: Check the constant directory exists before cleaning it
2016-01-09 23:09:08 +00:00
533bae38b2
foamCreateVideo: add option to specify first image number
2016-01-08 17:49:39 +00:00
e75ac08da1
Updated header
2016-01-07 11:45:13 +00:00
946f62d65d
laplacianScheme: make private member functions private
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1965
2016-01-07 11:44:14 +00:00
bb7aef5f28
Updated header
2016-01-05 07:31:48 +00:00
01d5da5ae3
README.org: Added link to http://www.openfoam.org/dev.php
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1962
2016-01-05 07:30:52 +00:00
a9888b215d
patchInteractionDataList: treat cyclicAMIPolyPatch as a coupled patch
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1949
2016-01-03 15:39:44 +00:00
97301ef754
LISAAtomization: Corrected Ks expression
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1957
2016-01-03 12:04:51 +00:00
41f9e71c71
dynamicMesh/meshCut: Improved diagnostics and documentation
...
Patch provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1960
2016-01-03 11:43:10 +00:00
65c98f27d6
externalCoupledMixedFvPatchField.H: Updated documentation
...
Patch provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1961
2016-01-02 21:40:49 +00:00
779aa398ae
src/regionModels/regionCoupling/Make/options: Removed redundant -I option
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1958
2016-01-01 21:29:21 +00:00
4ccdd833d3
IOdsmcFields.C: Not used, removed.
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1959
2016-01-01 21:21:15 +00:00
f5fd3227b9
temperatureDependentAlphaContactAngleFvPatchScalarField: Temperature-dependent constant alphaContactAngle scalar boundary condition
...
Evaluates the contact angle as a function of the optionally specified
temperature field (defaults to T). The "theta0" function is provided as
a DataEntry currently supporting:
CompatibilityConstant
constant
csvFile
polynomial
table
tableFile
2015-12-20 19:12:11 +00:00
94ed45c162
alphaContactAngleFvPatchScalarField, constantAlphaContactAngleFvPatchScalarField: minor update
2015-12-20 18:16:15 +00:00
f0e0fe6935
supersonicFreestreamFvPatchVectorField: Corrected documentation
2015-12-20 18:12:58 +00:00
639563b550
fanFvPatchField: Minor reorganization
2015-12-20 18:12:35 +00:00
93ed8c0a0b
prghPressureFvPatchScalarField: Updated rho name specification
...
for consistency with prghPressureFvPatchScalarField
2015-12-17 12:23:29 +00:00
5c6d420ca0
prghPressureFvPatchScalarField: Updated documentation
...
Corrected rho name specification.
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1956
2015-12-17 12:20:10 +00:00
77090f2ad9
turbulenceModels/RAS/v2f: removed the fvOptions source from the f-equation
...
It is not clear what form an fvOptions source should take as f is not a
transported dynamic field. For the moment the fvOptions source from the
f-equation has been removed until there is a specific need which will
show what the form should be.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1955
2015-12-17 08:40:52 +00:00
947f3fea50
foamMonitor: change format to support old gnuplot versions
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1952
2015-12-16 20:26:25 +00:00
5355dbc5fe
wmake: General cleanup to improve consistency and maintainability
...
The Makefiles are now in the makefiles sub-directory
The "-f | -force" option in wmakeLnInclude is now "-u | -update" for
consistency with the other scripts.
The "Usage" entry in the headers is now consistently formatted in all
scripts.
2015-12-16 18:31:02 +00:00
2647d178fa
solvers: Change from pure RAS to any turbulence model
...
Provides support for running laminar.
2015-12-16 10:13:09 +00:00
4976c6e522
SRFSimpleFoam: Change from pure RAS to any turbulence model
...
Provides support for running laminar.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1951
2015-12-15 19:05:08 +00:00
d112699c9f
Updated header
2015-12-15 15:40:06 +00:00
416b0a6f2a
wmakeLnIncludeAll: Start messages with capital
2015-12-15 15:39:26 +00:00
3713b9e19b
Updated header
2015-12-15 15:39:19 +00:00
4b7c3ea5a5
wmakeLnInclude: Use xargs with find
2015-12-15 15:38:59 +00:00
ea4936fd4e
wcleanPlatform: Updated version of wcleanMachine and wcleanAll
...
wcleanPlatform is a more general and cleaner version of wcleanMachine
supporting the "-all" option to provide the equivalent of wcleanAll.
Both wcleanMachine and wcleanAll are now deprecated and will be removed
for the next major release.
2015-12-15 12:12:06 +00:00
92ab896216
wmake/makeWmake: Removed
...
Legacy script which is no longer used
2015-12-14 18:23:50 +00:00
13094c2ab3
wcleanAll, wrmdep: Updated check for the WM_PROJECT_DIR
2015-12-14 17:49:02 +00:00
3de4dcd838
AllwmakeParseArguments: Added "-update" option
...
Updates lnInclude directories and dep files before compilation. This is
useful to apply following a "git pull" to ensure consistency between the
source files, dep files and links.
2015-12-14 11:03:16 +00:00
f23ab37eca
tutorials/incompressible/pimpleDyMFoam/wingMotion/Allrun: Updated to handle missing polyMesh dir
2015-12-14 10:22:06 +00:00
201366f7f2
PairCollision: Reduce division stabilization to SMALL
2015-12-14 10:21:22 +00:00
fe1dc82e5a
wrmdep: Update documentation
2015-12-13 21:23:04 +00:00
f56a738f14
wrmdep: Added "update" option
...
Searches all the "src" and "application" directories of the project for
broken symbolic links for source code files and then remove all .dep
files that relate to the files that no longer exist. Must be executed
in main project source code folder: $WM_PROJECT_DIR
Patch provided by Bruno Santos
Resolves feature-request http://www.openfoam.org/mantisbt/view.php?id=1941
2015-12-13 20:57:25 +00:00
8429569091
wclean: Added the target "empty", which removes empty directories
...
It will exit after removing the empty folders and it will not do the
other standard "wclean" operations. This replaces the functionality
provided by "wrmdepold".
Patch provided by Bruno Santos
2015-12-13 20:55:24 +00:00
a55d5a9b55
OSspecific/POSIX: Dynamically resize the path buffer in cwd
...
Starting from an initial buffer size of 256 it is incremented in steps
of 256 upto the maximum of 4096 as required.
Based on patch provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1944
2015-12-13 18:33:01 +00:00
107b9370f0
PairCollision: stabilize normalization of the force direction for low force
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1948
2015-12-12 09:00:42 +00:00
aacaa9c0d7
foamSequenceVTKFiles: Avoid the -s and -a options for basename
...
Only recent GNU/Linux distributions support this functionality
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1947
2015-12-11 14:21:02 +00:00
40ff6c30e3
Updated header
2015-12-11 13:12:19 +00:00
8899f9ec28
foamSequenceVTKFiles, mpirunDebug: Correct call to "usage"
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1946
2015-12-11 13:11:54 +00:00