cd265693f5
wmake: Update comments
2016-01-24 14:37:39 +00:00
c3a03105c4
wmake: Add support for compiler type default rules
...
which may be optionally overridden by version-specific rules.
For example the default rules for gcc on GNU/Linux x86_64 are in the
wmake/rules/linux64Gcc directory. If there is a need to change any of
the rules for a specific version of gcc, e.g. gcc-4.8.4 the directory
wmake/rules/linux64Gcc48 may be created into which any of the language
files may be provided containing the rules to override the defaults.
2016-01-24 14:10:07 +00:00
55f8712e4e
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
cbf62fcba2
sampledSet: Relax hit tolerance to handle warped faces
2016-01-23 15:16:51 +00:00
466ae811bd
interRegionExplicitPorositySource: Corrected initialization of firstIter_
2016-01-20 20:51:09 +00:00
aa38e25c92
Info -> InfoInFunction and updated comments
2016-01-20 17:51:15 +00:00
5779e4fd16
Info -> InfoInFunction and updated comments
2016-01-20 16:21:37 +00:00
34d4cfaca3
Make disallowed member functions private
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1977
2016-01-20 10:41:14 +00:00
19f62b4f0d
interRegionExplicitPorositySource: Corrected initialization of firstIter_
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1978
2016-01-20 10:20:54 +00:00
68e86f97fe
Info -> InfoInFunction and updated comments
2016-01-20 10:18:13 +00:00
1bd1a49306
Updated header
2016-01-19 21:58:32 +00:00
5728c1f173
Info -> InfoInFunction
2016-01-19 21:58:11 +00:00
3205337e81
scalarTransportFoam: Added support for steady-state solution and all fvOptions
...
Optional under-relaxation is provided for steady-state solution.
Added missing fvOptions.constrain and fvOptions.correct calls.
2016-01-19 21:20:03 +00:00
9de3a4280e
foamToVTK: Default to ASCII format when WM_LABEL_SIZE=64
...
Based on patch provided by Alexey Matveichev
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1975
2016-01-19 16:28:23 +00:00
bbb5a8086a
reactingEulerFoam/interfacialModels/wallLubricationModels: Apply zero-gradient condition at walls
2016-01-19 15:26:42 +00:00
1896599d8b
Add support for flex-2.6
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1974
2016-01-18 19:44:38 +00:00
e3a80e909d
sampledSetsFunctionObject/sampledSetsDict: Added an example of sampling on a line
2016-01-18 18:22:42 +00:00
5de9c43fb8
etc/config/paraview.*: Update include/lib directory name seaching to paraview-3.0 for ParaView-4.?
2016-01-18 18:15:29 +00:00
59b578f155
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
8effc018c1
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
fa191d3456
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
36fc8595db
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
a6ae4f19aa
mixedUnburntEnthalpyFvPatchScalarField: Corrected formatting
2016-01-14 16:34:15 +00:00
392310db22
Update headers
2016-01-11 13:02:52 +00:00
f19f48132e
Consistently indent continuation backslashes in macro definitions
2016-01-11 13:00:56 +00:00
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