- Dec 19, 2016
-
-
Henry Weller authored
Based on patch contributed by Kevin Nordin-Bates Resolves bug-report https://bugs.openfoam.org/view.php?id=2401
-
- Dec 15, 2016
-
-
Henry Weller authored
Combined 'dQ()' and 'Sh()' into 'Qdot()' which returns the heat-release rate in the normal units [kg/m/s3] and used as the heat release rate source term in the energy equations, to set the field 'Qdot' in several combustion solvers and for the evaluation of the local time-step when running LTS.
-
- Dec 14, 2016
-
-
Henry Weller authored
Resolves bug-report https://bugs.openfoam.org/view.php?id=2387
-
- Dec 13, 2016
-
-
Henry Weller authored
-
- Dec 12, 2016
-
-
Henry Weller authored
sprayFoam: Added support for the optional 'solveFlow' control to allow simulation of the spray evolution with all sub-models in a 'frozen' flow-field.
-
- Dec 09, 2016
-
-
Henry Weller authored
defined by functionObjects, e.g. wallHeatFlux, wallShearStress and yPlus. Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2353
-
Henry Weller authored
which provided warning about backward-compatibility issue with setting div schemes for steady-state. It caused confusion by generating incorrect warning messages for compressible cases for which the 'bounded' should NOT be applied to the 'div(phid,p)'.
-
Henry Weller authored
to clarify purpose. Patch contributed by Mattijs Janssens
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2380
-
Henry Weller authored
Patch contributed by Battijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2383
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
Henry Weller authored
-
Henry Weller authored
-
- Dec 05, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2373
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2323
-
- Dec 04, 2016
-
-
Henry Weller authored
-
- Dec 03, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2370
-
Henry Weller authored
-
- Dec 02, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2358
-
- Dec 01, 2016
-
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2368
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2363
-
Henry Weller authored
e.g. the motion of two counter-rotating AMI regions could be defined: dynamicFvMesh dynamicMotionSolverListFvMesh; solvers ( rotor1 { solver solidBody; cellZone rotor1; solidBodyMotionFunction rotatingMotion; rotatingMotionCoeffs { origin (0 0 0); axis (0 0 1); omega 6.2832; // rad/s } } rotor2 { solver solidBody; cellZone rotor2; solidBodyMotionFunction rotatingMotion; rotatingMotionCoeffs { origin (0 0 0); axis (0 0 1); omega -6.2832; // rad/s } } ); Any combination of motion solvers may be selected but there is no special handling of motion interaction; the motions are applied sequentially and potentially cumulatively. To support this new general framew...
-
Henry Weller authored
Resolves request http://bugs.openfoam.org/view.php?id=2364
-
- Nov 28, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2356
-
Henry Weller authored
to avoid duplicate instantiation of the thermodynamics package. The 'zoneCombustion' model is now selected in constant/combustionProperties by either combustionModel zoneCombustion<psiCombustionModel>; or combustionModel zoneCombustion<rhoCombustionModel>; as appropriate. Resolves bug-report http://bugs.openfoam.org/view.php?id=2354
-
Henry Weller authored
See http://bugs.openfoam.org/view.php?id=2356
-
- Nov 26, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2351
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves patch request http://bugs.openfoam.org/view.php?id=2355
-
Henry Weller authored
Writing is controlled directly by the functionObject
-
- Nov 25, 2016
-
-
Henry Weller authored
-
Henry Weller authored
- provides support for manipulating polyMesh/boundary - changed behaviour of disableFunctionEntries option to preserve #include - dictionary: added reading of lists of dictionaries. + each list element may be accessed using the 'entryDDD' keyword according to their list index. Patch contributed by Mattijs Janssens
-
Henry Weller authored
cellZones and pointZones can now be created in one action without the need to first create a cellSet or pointSet and converting that to the corresponding zone, e.g. actions ( // Example: create cellZone from a box region { name c0; type cellZoneSet; action new; source boxToCell; sourceInfo { box (0.04 0 0)(0.06 100 100); } } );
-
Henry Weller authored
fileModificationSkew: now a floating-point number to support sub-second specification. Patch contributed by Mattijs Janssens
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2324
-
Henry Weller authored
postProcess -func MachNo previously generated the warning Executing functionObjects --> FOAM Warning : functionObjects::MachNo MachNo cannot find required field U which is incorrect; the field 'U' is available but the thermophysicalProperties is not. Now 'postProcess' generates the warning: Executing functionObjects --> FOAM Warning : functionObjects::MachNo MachNo cannot find required object thermophysicalProperties of type fluidThermo --> FOAM Warning : functionObjects::MachNo MachNo failed to execute. Resolves bug-report http://bugs.openfoam.org/view.php?id=2352
-
Henry Weller authored
in which the reactions are enabled only in the specified list of cellZones. e.g. in constant/combustionProperties combustionModel zoneCombustion<psiChemistryCombustion>; active true; zoneCombustionCoeffs { zones (catalyst); } and in constant/zoneCombustionProperties combustionModel laminar<psiChemistryCombustion>; active true; laminarCoeffs {}
-
- Nov 24, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2350
-
- Nov 23, 2016
-
-
Henry Weller authored
Declaration of 'explicit' constructor without a single argument are redundant.
-
- Nov 22, 2016
-
-
Henry Weller authored
Corrected form of the Rosin-Rammler distribution taking into account the varying number of particels per parces for for fixed-mass parcels. This distribution should be used when \verbatim parcelBasisType mass; \endverbatim See equation 10 in reference: \verbatim Yoon, S. S., Hewson, J. C., DesJardin, P. E., Glaze, D. J., Black, A. R., & Skaggs, R. R. (2004). Numerical modeling and experimental measurements of a high speed solid-cone water spray for use in fire suppression applications. International Journal of Multiphase Flow, 30(11), 1369-1388. \endverbatim
-