665b1f821e
Provide consistency in assignment operators
...
Always return void to avoid various bugs associated with automatic
type conversion.
Resolves request http://openfoam.org/mantisbt/view.php?id=1973
2016-01-17 18:56:28 +00:00
7f67b3e46e
reactingEulerFoam,twoPhaseEulerFoam: Corrected pressure equations for transonic operation
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1971
2016-01-17 11:02:21 +00:00
465452b7b9
functionObjects/utilities/scalarTransport: Set UName_ during construction for boundaryTypes()
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1972
2016-01-15 14:47:56 +00:00
abcb782308
reactionThermo/functionObjects/moleFractions/moleFractions: New functionObject to calculate and write mole-fraction fields
...
This function object calculates mole-fraction fields from the mass-fraction
fields of the psi/rhoReactionThermo and caches them for output and further
post-processing.
The names of the mole-fraction fields are obtained from the corresponding
mass-fraction fields prepended by "X_"
Example of function object specification:
moleFractions
{
type psiReactionThermoMoleFractions;
}
or
moleFractions
{
type rhoReactionThermoMoleFractions;
}
depending on the thermodynamics package used in the solver.
2016-01-14 16:34:37 +00:00
2d281a3cb9
mixedUnburntEnthalpyFvPatchScalarField: Corrected formatting
2016-01-14 16:34:15 +00:00
e029c7c1a3
Update headers
2016-01-11 13:02:52 +00:00
a56ab5f863
Consistently indent continuation backslashes in macro definitions
2016-01-11 13:00:56 +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
fba6cd961a
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
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
b28fc21a3e
Update headers
2016-01-10 12:50:32 +00:00
c238fbd56d
Make private member functions private
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1969
2016-01-10 12:49:35 +00:00
3dd784315b
Correct formatting: "forAll (" -> "forAll("
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1967
2016-01-09 23:10:16 +00:00
c0e81a3674
CleanFunctions: Check the constant directory exists before cleaning it
2016-01-09 23:09:08 +00:00
de7ffbe62e
foamCreateVideo: add option to specify first image number
2016-01-08 17:49:39 +00:00
3b1771b68a
Updated header
2016-01-07 11:45:13 +00:00
06dc2078fc
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
9868b4ca9c
Updated header
2016-01-05 07:31:48 +00:00
06dd21551c
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
e20b9173e9
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
705fbe2152
LISAAtomization: Corrected Ks expression
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1957
2016-01-03 12:04:51 +00:00
1c693aa44e
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
9b29623c8b
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
5e799c0e12
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
2bd263d868
IOdsmcFields.C: Not used, removed.
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1959
2016-01-01 21:21:15 +00:00
1197b974dc
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
d3ba4e6a53
alphaContactAngleFvPatchScalarField, constantAlphaContactAngleFvPatchScalarField: minor update
2015-12-20 18:16:15 +00:00
ba960a4185
supersonicFreestreamFvPatchVectorField: Corrected documentation
2015-12-20 18:12:58 +00:00
64fc1c11fc
fanFvPatchField: Minor reorganization
2015-12-20 18:12:35 +00:00
ccc0c71df0
prghPressureFvPatchScalarField: Updated rho name specification
...
for consistency with prghPressureFvPatchScalarField
2015-12-17 12:23:29 +00:00
ad529cf414
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
3ad87864a3
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
668edf8465
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
5defb3b751
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
be44ad5184
solvers: Change from pure RAS to any turbulence model
...
Provides support for running laminar.
2015-12-16 10:13:09 +00:00
64b2cddfe5
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
947632531c
Updated header
2015-12-15 15:40:06 +00:00
098e90de88
wmakeLnIncludeAll: Start messages with capital
2015-12-15 15:39:26 +00:00
01840651d4
Updated header
2015-12-15 15:39:19 +00:00
88e523aad6
wmakeLnInclude: Use xargs with find
2015-12-15 15:38:59 +00:00
119708e401
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
764fc85e5c
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2015-12-15 11:17:00 +00:00
2781d583d9
Updated Guides to v3.0.1
2015-12-15 11:16:49 +00:00
d1992c7e99
wmake/makeWmake: Removed
...
Legacy script which is no longer used
2015-12-14 18:23:50 +00:00
608dd321d1
wcleanAll, wrmdep: Updated check for the WM_PROJECT_DIR
2015-12-14 17:49:02 +00:00
436c3b92e4
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
9977d77d91
tutorials/incompressible/pimpleDyMFoam/wingMotion/Allrun: Updated to handle missing polyMesh dir
2015-12-14 10:22:06 +00:00