48c79c0bf5
reactingTwoPhaseEulerFoam: Added evaporation test cases
...
Two single-cell test cases have been added for reactingTwoPhaseEulerFoam
with an interface composition phase system. These are droplet
evaporation cases; one single- and one multi-component. The cases run
for every possible inert specie, and check that the results between the
runs are broadly similar.
The multi-component case shows some unphysical changes at the start due
to non-convergence of the pimple iteration during the initial transient.
This can be mitigated by reducing the time-step.
2018-05-29 15:16:01 +01:00
6701c09d21
InterfaceCompositionPhaseChangePhaseSystem: Fixes to species transfer
...
The handling of species transfer within the interface-composition phase
change system has been sigificantly altered. The explicit-implicit
caching of the mass transfer has been removed and been replaced with
storage of an Su-Sp coefficient pair. The mass transfer is now generated
on the fly from these coefficients.
These fixes resolve a number of issues involving multiple species for
which the pimple loop did not converge to a conservative solution. It
also removes the requirement for a second evaluation of the mass
transfer after solution of the species fraction equations.
This work was supported by Zhen Li, at Evonik
2018-05-29 15:16:00 +01:00
c259eac3e7
reactingEulerFoam: Removed continuity error from species equations
...
This fixes a consistency issue in the interface-composition method, and
also seems to improve stability/convergence of the pimple iteration in
the presence of significant mass transfer.
2018-05-29 15:15:57 +01:00
5aac095b2b
reactingEulerFoam: Corrected the sign of species transfer terms
2018-05-29 15:13:22 +01:00
bf52a98e09
tutorials::Allrun: getApplication -> $(getApplication)
2018-05-28 22:20:07 +01:00
64da5dab55
fileName: Added cpFiles function
...
//- Copy all the files from the source to the target directory
void cpFiles(const fileName& srcDir, const fileName& targetDir);
2018-05-28 22:14:22 +01:00
03727e711d
blockMesh: Removed the superfluous cellSet creation and write
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2960
2018-05-27 11:15:39 +01:00
507f3a5768
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2018-05-25 23:45:10 +01:00
332f94b724
compressibleInterFoam: Corrected handling of thermal diffusivity with mixture turbulence model
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2958
2018-05-25 23:43:41 +01:00
93c1b5644f
MultiComponentPhaseModel: Fixed missing density time-derivative
2018-05-25 14:17:52 +01:00
34d2bf7af8
reactingTwoPhaseEulerFoam: Updated tutorial function objects
2018-05-25 13:45:28 +01:00
55f086bc86
populationBalanceModel/coalescenceModels/PrinceBlanch: Updated to compile with clang
2018-05-24 16:45:53 +01:00
63a185450b
genericPolyPatch: Avoid writing duplicate entry for "inGroups" and "faces"
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2955
2018-05-24 14:38:33 +01:00
f14637a965
regIOobject: Avoid segmentation fault when destroying objectRegistry with debug on
2018-05-24 13:29:11 +01:00
6c560795cb
externalWallHeatFluxTemperature: Use the surface emissivity for both emission and absorption
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2953
2018-05-23 14:14:01 +01:00
7601e8e86f
tutorials/compressible/rhoPimpleFoam/RAS/aerofoilNACA0012: Minor corrections
2018-05-22 22:32:02 +01:00
567fc90492
Corrected "fileName" -> "file" in header documentation
...
Patch contributed by Bruno Santos
Resolves bug-report https://bugs.openfoam.org/view.php?id=2951
2018-05-22 22:30:46 +01:00
5caa5a3e9b
snappyHexMesh::layerParameters: Increased the maximum number of layer expansion iterations to 100
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2938
2018-05-22 20:03:27 +01:00
314e464f7d
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2018-05-22 20:01:39 +01:00
26ec6f8ceb
freestreamPressureFvPatchScalarField: Added support for supersonic freestream
...
Set the new optional switch "supersonic" to true if the freestream flow is
supersonic.
2018-05-22 20:00:30 +01:00
9dcdf23a6b
waveSuperposition: Corrected copy construction of heightAboveWave flag
...
Resolves bug report https://bugs.openfoam.org/view.php?id=2930
2018-05-21 11:06:32 +01:00
ceebbf8740
semiPermeableBaffle: Spelling corrections
2018-05-21 09:01:51 +01:00
4bd59d64db
pimpleLoop: Fixed bug when convergence occurs on last iteration
...
Resolves bug report https://bugs.openfoam.org/view.php?id=2940
2018-05-17 17:53:15 +01:00
b9af7f6018
etc/config.*/paraview: Added entry for ParaView-5.5.0
2018-05-17 16:08:55 +01:00
f6d24cf29f
populationBalanceModel: Moved access function for continuous phase turbulence
...
Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum
Dresden - Rossendorf (HZDR)
2018-05-16 21:36:34 +01:00
c667687dd2
thermophysicalModels: Instantiations for reacting liquids
...
Stabilisation has also been added to the perfectFluid == operator to
allow for use of this equation of state in a reacting fluid.
2018-05-16 16:21:15 +01:00
018da5a3ce
populationBalanceModel: Added Prince and Blanch (1990) coalescence model
...
Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum
Dresden - Rossendorf (HZDR)
2018-05-16 16:04:17 +01:00
fc76565a70
tutorials/multiphase/reactingMultiphaseEulerFoam: Re-enabled function object execution
2018-05-16 15:30:25 +01:00
1a2bbc8701
populationBalanceModel: Corrected handling of residual control
...
Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum
Dresden - Rossendorf (HZDR)
2018-05-16 15:26:35 +01:00
ab610d20ad
test/multiphase: Made gnuplot scripting consistent with tutorials
...
Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum
Dresden - Rossendorf (HZDR)
2018-05-16 13:16:46 +01:00
598ea11563
PatchInteractionModel: Removed MultiInteraction
...
MultiInteraction appeared to have been written for combining the usual
patch interaction models with a model called
CoincidentBaffleInteraction, which was never released. None of the
remaining patch interaction models make sense operating in combination,
so the MultiInteraction model has been removed. All documentation
references to CoincidentBaffleInteraction have also been deleted.
Resolves bug report https://bugs.openfoam.org/view.php?id=2939
2018-05-16 12:55:50 +01:00
4e21098cb5
MPPICParcel: Retain effect of patch interactions on correction velocity
...
This prevents infinite loops occurring during correction steps as a
result of a fixed correction velocity repeatedly pushing the particle
towards a rebound patch.
Resolves bug report https://bugs.openfoam.org/view.php?id=2935
2018-05-16 11:52:34 +01:00
62e0e18e84
tutorial angledDuctExplicitFixedCoeff::fvOptions: Removed duplicate entry
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2934
2018-05-15 17:11:37 +01:00
7fb8b238e2
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2018-05-15 17:09:18 +01:00
ad32e5ceb9
bin/tools/RunFunctions: avoid messages from codeStream causing getApplication to fail
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2933
2018-05-15 17:07:53 +01:00
c7d711bebf
patchAverage: use areaAverage for physically meaningful results
...
Resolves issue https://bugs.openfoam.org/view.php?id=2936
2018-05-15 16:39:45 +01:00
a788929a53
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2018-05-15 14:49:58 +01:00
0c4562422d
transformPoints: Added -allRegions option
...
With the -allRegions option all the regions specified in the
constant/regionProperties are transformed.
2018-05-15 14:48:19 +01:00
163dc74f40
foamSearch: make it work within a read-only directory
...
Patch contributed by Bruno Santos: https://bugs.openfoam.org/view.php?id=2928
2018-05-15 11:51:50 +01:00
d0dfb1a843
decomposePar, reconstructPar: Rationalized the handling of the allRegions option
2018-05-14 19:51:54 +01:00
e57a62b400
solidificationMeltingSource: Improved documentation
...
Patch contributed by Lorenzo Trevisan
Resolves patch request https://bugs.openfoam.org/view.php?id=2932
2018-05-14 17:23:34 +01:00
d030bb35c3
fixedTemperatureConstraint: corrected documentation
...
Patch contributed by Bruno Santos
Resolves bug-report https://bugs.openfoam.org/view.php?id=2927
2018-05-14 16:52:05 +01:00
f9fc13da5c
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2018-05-14 16:49:54 +01:00
8217f0d4ac
solidificationMeltingSource: Changed default for alpha1e_ to 0.0
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2931
2018-05-14 16:48:34 +01:00
e7a9581d79
particle: Added trackToCell function
...
This is equivalent to track to face, but it additionally crosses
internal faces at the end of the track to move into the next cell. This
is a common procedure when performing post-processing tracking
operations.
2018-05-14 15:16:13 +01:00
dc499e25a9
PVReaders: Fixes to compilation against ParaView-5.5.0
2018-05-14 09:01:18 +01:00
5cca0a119a
EDC: Corrected documentation
2018-05-11 16:24:22 +01:00
4be7c153fa
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2018-05-11 16:13:01 +01:00
c60fb65681
NamedEnum: Check range of names array index to avoid warning from gcc
2018-05-11 16:10:50 +01:00
379c86c85f
NamedEnum: Check range of names array index to avoid warning from gcc
2018-05-11 14:41:22 +01:00