- Jan 17, 2017
-
-
Henry Weller authored
Avoids slight phase-fraction unboundedness at entertainment BCs and improved robustness. Additionally the phase-fractions in the multi-phase (rather than two-phase) solvers are adjusted to avoid the slow growth of inconsistency ("drift") caused by solving for all of the phase-fractions rather than deriving one from the others.
-
Henry Weller authored
tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI_TDAC: Added deltaT to TDAC controls
-
- Jan 13, 2017
-
-
Henry Weller authored
Patch contributed by zhulianhua Resolves bug-report https://bugs.openfoam.org/view.php?id=2427
-
Henry Weller authored
Starting from an negative initial temperature causes non-convergence and a misleading error, now a specific message is generated.
-
Henry Weller authored
e.g. fieldMinMax fieldMinMax write: min(T) = 291 in cell 255535 at location (-0.262546 -0.538933 1.00574) on processor 9 max(T) = 336.298 in cell 419031 at location (1.7468 0.758405 8.10989) on processor 1 min(mag(U)) = 0 in cell 14990 at location (-0.0824383 1.68479 1.5349) on processor 0 max(mag(U)) = 652.341 in cell 218284 at location (0.609849 0.167247 1.00091) on processor 12
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report https://bugs.openfoam.org/view.php?id=2431
-
Henry Weller authored
Patch contributed by Karl Meredith, FM Global.
-
- Jan 09, 2017
-
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves patch request https://bugs.openfoam.org/view.php?id=2423
-
- Jan 08, 2017
-
-
Henry Weller authored
Patch provided by Bruno Santos Resolves patch request https://bugs.openfoam.org/view.php?id=2425
-
- Jan 07, 2017
-
-
Henry Weller authored
-
Henry Weller authored
New reactingFoam tutorial counterFlowFlame2DLTS_GRI_TDAC demonstrates this new functionality. Additionally the ISAT table growth algorithm has been further optimized providing an overall speedup of between 15% and 38% for the tests run so far. Updates to TDAC and ISAT provided by Francesco Contino. Implementation updated and integrated into OpenFOAM-dev by Henry G. Weller, CFD Direct Ltd with the help of Francesco Contino. Original code providing all algorithms for chemistry reduction and tabulation contributed by Francesco Contino, Tommaso Lucchini, Gianluca D’Errico, Hervé Jeanmart, Nicolas Bourgeois and Stéphane Backaert.
-
Henry Weller authored
e.g. in tutorials/heatTransfer/buoyantSimpleFoam/externalCoupledCavity/0/T hot { type externalCoupledTemperature; commsDir "${FOAM_CASE}/comms"; file "data"; initByExternal yes; log true; value uniform 307.75; // 34.6 degC } Previously both 'file' and 'fileName' were used inconsistently in different classes and given that there is no confusion or ambiguity introduced by using the simpler 'file' rather than 'fileName' this change simplifies the use and maintenance of OpenFOAM.
-
Henry Weller authored
e.g. motorBike { type triSurfaceMesh; file "motorBike.obj"; } Based on patch provided by Mattijs Janssens Resolves part of bug-report https://bugs.openfoam.org/view.php?id=2396
-
- Jan 05, 2017
-
-
Henry Weller authored
Resolves bug-report https://bugs.openfoam.org/view.php?id=2422
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves patch request https://bugs.openfoam.org/view.php?id=2238
-
- Dec 27, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves patch request https://bugs.openfoam.org/view.php?id=2411
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves patch request https://bugs.openfoam.org/view.php?id=2410
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves patch request https://bugs.openfoam.org/view.php?id=2409
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report https://bugs.openfoam.org/view.php?id=2408
-
- 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
-
Henry Weller authored
e.g. in the reactingFoam/laminar/counterFlowFlame2DLTS tutorial: PIMPLE { momentumPredictor no; nOuterCorrectors 1; nCorrectors 1; nNonOrthogonalCorrectors 0; maxDeltaT 1e-2; maxCo 1; alphaTemp 0.05; alphaY 0.05; Yref { O2 0.1; ".*" 1; } rDeltaTSmoothingCoeff 1; rDeltaTDampingCoeff 1; } will limit the LTS time-step according to the rate of consumption of 'O2' normalized by the reference mass-fraction of 0.1 and all other species normalized by the reference mass-fraction of 1. Additionally the time-step factor of 'alphaY' is applied to all species. Only the species specified in the 'Yref' sub-dictionary are included in the LTS limiter and if 'alphaY' is omitted or set to 1 the reaction rates are not included in the LTS limiter.
-
- Dec 16, 2016
-
-
Henry Weller authored
Resolves bug-report https://bugs.openfoam.org/view.php?id=2398
-
- 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
-
-
Chris Greenshields authored
-
Chris Greenshields authored
-
Chris Greenshields authored
See bug-report https://bugs.openfoam.org/view.php?id=2387
-
Henry Weller authored
Resolves bug-report https://bugs.openfoam.org/view.php?id=2387
-
Henry Weller authored
-
- Dec 13, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Juho Peltola, VTT.
-
- Dec 12, 2016
-
-
Henry Weller authored
Patch contributed by Juho Peltola, VTT
-
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
Patch contributed by Mattijs Janssens http://bugs.openfoam.org/view.php?id=2382
-
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
-