Henry Weller
6b4ff9fca5
patchMeanVelocityForce: Variant of patchMeanVelocityForce in which the velocity is averaged over a patch
...
rather than a cellSet
This is useful to drive mean flow in a duct with a non-uniform
cross-section.
2015-06-30 22:39:59 +01:00
Henry Weller
3255714f72
meanVelocityForce: Updated and corrected documentation
2015-06-30 19:20:08 +01:00
Henry Weller
6897692212
Renamed pressureGradientExplicitSource to meanVelocityForce
...
as it is the applied the force necessary to maintain the specified mean velocity
2015-06-30 19:13:16 +01:00
Henry Weller
f275efddfa
kOmegaSSTSato: Cannot correct nut in the constructor
...
construction of the phases is not complete
2015-06-30 13:07:01 +01:00
Henry Weller
a77070cde6
kOmegaSSTSato: Relocated to src/TurbulenceModels/phaseCompressible/RAS
2015-06-30 13:04:27 +01:00
Henry Weller
2127051ad5
cellSource: Added weightedVolAverage option
...
faceSource: Added weightedAreaAverage option
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1769
2015-06-30 11:20:02 +01:00
Henry Weller
0d024dd37d
Removed use of the deprecated "register" keyword
...
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4340.html
2015-06-30 10:26:44 +01:00
Henry Weller
b8465c8469
localEulerDdt: Removed unnecessary template qualifiers
2015-06-29 14:18:24 +01:00
Henry Weller
44c040dfda
LTS: Simplify the selection of LTS operation
2015-06-29 11:53:20 +01:00
Henry Weller
5e3a0cdbbd
Pstream/mpi: Move mpi.h include to after the OpenFOAM includes
...
Resolves additional report http://www.openfoam.org/mantisbt/view.php?id=1474
2015-06-28 22:55:22 +01:00
Henry Weller
8d49122685
Updated header
2015-06-28 21:43:54 +01:00
Henry Weller
8b9163b5c7
Corrected the "See Also"
2015-06-28 21:43:32 +01:00
Henry Weller
8d962c97ad
Update header
2015-06-28 21:43:21 +01:00
Henry Weller
8729455377
LTS: Formalize the naming of the rDeltaT and rSubDeltaT fields
...
Now the specification of the LTS time scheme is simply:
ddtSchemes
{
default localEuler;
}
2015-06-28 21:41:40 +01:00
Henry Weller
d314ed3b4a
LTS, MULES and sub-cycling: Improved the handling of the rSubDeltaT field
2015-06-26 21:58:27 +01:00
Henry Weller
2ac4a4e84c
interFoam family: Added run-time selectable LTS support
...
LTS is selected by the ddt scheme e.g. in the
tutorials/multiphase/interFoam/ras/DTCHull case:
ddtSchemes
{
default localEuler rDeltaT;
}
LTSInterFoam is no longer needed now that interFoam includes LTS
support.
2015-06-26 18:32:20 +01:00
Henry Weller
3c90756702
Update header
2015-06-25 22:04:28 +01:00
Henry Weller
64d8d90f03
sampledPlane: Correct handling of coordinate system specification
...
Patches provided by Timm Severin
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1764
2015-06-25 22:04:00 +01:00
Henry Weller
27d956d278
reactingTwoPhaseEulerFoam: Construct MRF and fvOptions in phaseSystem
2015-06-25 19:22:47 +01:00
Henry Weller
4d1372c358
Update headers
2015-06-24 10:45:42 +01:00
Henry Weller
61ba5f0268
Use basicThermo::dictName rather than hard-coding "thermophysicalProperties"
2015-06-24 10:44:57 +01:00
Henry Weller
0b5082b8c7
Correct typo
2015-06-24 10:06:56 +01:00
Henry Weller
97b0882ef4
timeSelector: Add support for -newTimes option
...
//- Return the set of times selected based on the argList options
// including support for \b -newTimes in which times are selected
// if the file <fName> does not exist in the time directory.
// Also set the runTime to the first instance or the
// \c constant/ directory if no instances are specified or available
static instantList select
(
Time& runTime,
const argList& args,
const word& fName
);
This is experimental functionality and currently on test in the yPlus
post-processing utility.
2015-06-24 10:04:29 +01:00
Henry Weller
3cb01abd9b
meshToMeshTemplates: Fix bug in mapTgtToSrc
2015-06-23 10:55:17 +01:00
Henry Weller
fd457786ef
surfaceToCell, surfaceToPoint: Add surface file name expansion
...
Resolves feature-request http://www.openfoam.org/mantisbt/view.php?id=1754
2015-06-19 15:49:10 +01:00
Henry Weller
0575911f94
LimitedScheme/LimitFuncs: Make the limiter function for symmTensor consistent with tensor
...
Use the trace as the limiter function for both symmTensor and tensor to
bound the normal stresses rather than the shear stresses.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1751
2015-06-18 11:45:40 +01:00
Henry Weller
fdbce86628
PatchInjection::parcelsToInject: Ensure parallel consistency
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1746
2015-06-16 15:14:15 +01:00
Henry Weller
37b92a6eda
filmViscosityModel/thixotropicViscosity: Corrected the handling of the effect of droplet deposition
...
on the lambda of the film
2015-06-16 12:43:40 +01:00
Henry Weller
23ca147218
externalWallHeatFluxTemperature: Correct doc
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1745
2015-06-15 19:13:31 +01:00
Henry Weller
6f5936b373
ReactingMultiphaseParcel,ReactingParcel: Use T0 for consistent radiation transfer
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1636
2015-06-15 17:40:48 +01:00
Henry Weller
8fd3cee834
pairPatchAgglomeration: Stop agglomeration loop if no further agglomeration is achieved
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1157
2015-06-15 17:14:24 +01:00
Henry Weller
9e0f08b204
Corrected typo
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1741
2015-06-15 11:20:56 +01:00
Henry Weller
94e1fd68c2
pairPatchAgglomeration: Do not use the result agglomeratePatch if the return indicates it is not valid
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1157
2015-06-13 23:05:45 +01:00
Henry Weller
d8f45cf8c1
Lagrangian radiation models and fvDOM: Apply updates
...
Applying patches provided by Timo Niemi
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1636
2015-06-12 15:35:43 +01:00
Henry Weller
6ba9208e2c
Updated header
2015-06-12 09:44:48 +01:00
Henry Weller
a5aefc54a7
TurbulenceModels/phaseCompressible: Do not call correctNut in constructor
...
if it depends on the availability of the physical properties of both
phases as the construction of the phase-system may not be complete.
2015-06-12 09:43:07 +01:00
Henry
34e062daab
polyMesh::findCell: Call tetBasePtIs for CELL_TETS to ensure parallel consistency
...
Resolves additional bug-report http://www.openfoam.org/mantisbt/view.php?id=1544
2015-06-11 17:45:25 +01:00
Henry
abf75f3a51
tetDecomposer: Rename enumeration elements for consistency with polyMesh
2015-06-11 16:08:41 +01:00
Henry
fc4ecc22ec
calculateMeshToMesh0Addressing: Change decomposition method to CELL_TETS
...
Resolves additional request in http://www.openfoam.org/mantisbt/view.php?id=1544
2015-06-11 15:29:34 +01:00
Henry
9bc5a92f70
Update headers
2015-06-07 18:54:19 +01:00
Henry
2337ef4ef6
TurbulenceModels/phaseCompressible: Up-cast the phase-system to twoPhaseSystem
2015-06-07 18:53:22 +01:00
Henry
ce27420e13
combustionModel: Change the base turbulenceModel to compressibleTurbulenceModel
...
to allow combustionModel to be used with more general forms of multi-phase
2015-06-07 18:51:36 +01:00
Henry
0a6814ee36
combustionModels: Added multiphase-phase support
...
by naming fields including the phase name is needed
2015-06-05 08:19:13 +01:00
Henry
1a3ef4d827
IOobject: Added member function "member()" which returns the member name of the object
...
i.e. without the group suffix.
Patch provided by William Bainbridge
2015-06-04 17:09:42 +01:00
Henry
44c176dd84
filmViscosityModel/ArrheniusViscosity: temperature-dependent viscosity function
...
Applied as a correction pre-factor to the viscosity obtained from a
run-time selectable base-model.
2015-06-04 11:34:21 +01:00
Henry
e2c0ae0328
filmViscosityModel/thixotropicViscosity/thixotropicViscosity: Remove the spurious mask and correct the blending
2015-06-03 17:29:18 +01:00
Henry
944e09742c
solidificationMeltingSource: Removed all need for the "alwaysApply" hack
...
Also removed the underlying structure for "alwaysApply" from fvOption
2015-06-01 21:53:13 +01:00
Henry
940e63c9c4
Updated header
2015-06-01 15:47:50 +01:00
Henry
d84fc7adf3
fixedTemperatureConstraint,effectivenessHeatExchangerSource: Set the field name to that of the energy
...
field from which the temperature is obtained
Removes the need for the 'alwaysApply' hack.
2015-06-01 15:46:17 +01:00
Henry
4726029e06
limitTemperature: Set the field name to that of the energy field from which the temperature is obtained
...
Removes the need for the 'alwaysApply' hack.
2015-06-01 14:21:44 +01:00