- 03 Jul, 2017 1 commit
-
-
Mark Olesen authored
-
- 07 Jul, 2017 1 commit
-
-
Mark Olesen authored
-
- 03 Jul, 2017 1 commit
-
-
Mark Olesen authored
-
- 29 Jun, 2017 1 commit
-
-
mattijs authored
-
- 26 Jun, 2017 3 commits
-
-
sergio authored
BUG: Fixing issue 505 in GL. Initializing switchProcessor and keepParticle in CollidingParcel and MPPICParcel
-
mattijs authored
-
Mark Olesen authored
- disable automatically upgrading copyrights in files since changes to not automatically imply a change in copyright. Eg, fixing a typo in comments, or changing a variable from 'loopI' to 'loopi' etc.
-
- 26 May, 2017 1 commit
-
-
Mark Olesen authored
-
- 19 May, 2017 1 commit
-
-
Andrew Heather authored
-
- 17 May, 2017 1 commit
-
-
Andrew Heather authored
BUG: Lagrangian - corrected particle LocalInteraction behaviour on coupled patches. See reactingParcelFoam/filter tutorial example
-
- 28 Apr, 2017 1 commit
-
-
Andrew Heather authored
-
- 27 Apr, 2017 2 commits
-
-
Andrew Heather authored
-
Mark Olesen authored
- avoids some duplicate code.
-
- 03 Apr, 2017 1 commit
-
-
Henry Weller authored
Combining a Function1 temperature dependency with a distributionModel stochastic perturbation.
-
- 27 Mar, 2017 1 commit
-
-
Andrew Heather authored
-
- 24 Mar, 2017 1 commit
-
-
Henry Weller authored
according to Bai et al, `Modelling of gasoline spray impingement', Atom. Sprays, vol 12, pp 1-27, 2002 Resolves bug-report https://bugs.openfoam.org/view.php?id=2478
-
- 17 Mar, 2017 1 commit
-
-
Will Bainbridge authored
coupled patches, to prevent rebound/stick/etc... on these patches. Also added "none" interaction type to LocalInteraction, which reverts the patch interaction to the fundamental behaviour. This is primarily useful for non-coupled constraint types. Resolves https://bugs.openfoam.org/view.php?id=2458
-
- 10 Mar, 2017 1 commit
-
-
Henry Weller authored
-
- 18 Feb, 2017 1 commit
-
-
Henry Weller authored
Description Base-class for thermophysical properties of solids, liquids and gases providing an interface compatible with the templated thermodynamics packages. liquidProperties, solidProperties and thermophysicalFunction libraries have been combined with the new thermophysicalProperties class into a single thermophysicalProperties library to simplify compilation and linkage of models, libraries and applications dependent on these classes.
-
- 17 Feb, 2017 1 commit
-
-
Henry Weller authored
The fundamental properties provided by the specie class hierarchy were mole-based, i.e. provide the properties per mole whereas the fundamental properties provided by the liquidProperties and solidProperties classes are mass-based, i.e. per unit mass. This inconsistency made it impossible to instantiate the thermodynamics packages (rhoThermo, psiThermo) used by the FV transport solvers on liquidProperties. In order to combine VoF with film and/or Lagrangian models it is essential that the physical propertied of the three representations of the liquid are consistent which means that it is necessary to instantiate the thermodynamics packages on liquidProperties. This requires either liquidProperties to be rewritten mole-based or the specie classes to be rewritten mass-based. Given that most of OpenFOAM solvers operate mass-based (solve for mass-fractions and provide mass-fractions to sub-models it is more consistent and efficien...
-
- 03 Feb, 2017 1 commit
-
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
- 26 Jan, 2017 2 commits
-
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Timo Niemi, VTT. Resolves bug-report https://bugs.openfoam.org/view.php?id=2442
-
- 19 Jan, 2017 1 commit
-
-
Henry Weller authored
Resolves bug-report https://bugs.openfoam.org/view.php?id=2438
-
- 13 Jan, 2017 1 commit
-
-
Henry Weller authored
Patch contributed by Karl Meredith, FM Global.
-
- 22 Dec, 2016 1 commit
-
-
Andrew Heather authored
ENH: InjectedParticleDistributionInjection model - added protection for the case of zero particles; updated tutorial scripts. See #363
-
- 19 Dec, 2016 2 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- 14 Dec, 2016 6 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
Description Replays an set of particle data based on an injectedParticleCloud, using the assumption of one particle per parcel. Usage \verbatim model1 { type injectedParticleInjection; SOI 0; massTotal 0; // Place holder only parcelBasisType fixed; nParticle 1; // 1 particle per parcel cloud eulerianParticleCloud; positionOffset (-0.025 2 -0.025); } \endverbatim
-
Andrew Heather authored
Description Interrogates an injectedParticleCloud to convert the raw particle data into a set of 'binned' injectors. The bins are set according to the particle \c tag property, from which: - diameters are converted into \c general distributions with a user-specified bin width - raw velocity and diameter data are resampled and stored to provide variations per injector The mass to inject can be set according to the raw input data mass total by using the \c applyDistributionMassTotal switch Usage \verbatim model1 { type injectedParticleDistributionInjection; SOI 0; parcelBasisType mass; cloud eulerianParticleCloud; positionOffset (-0.025 2 -0.025); binWidth 0.1e-3; parcelsPerInjector 500; resampleSize 100; // optional applyDistributionMassTotal yes; // Placeholder only when using applyDistributionMassTotal massTotal 0; } \endverbatim Note The each injector location is assumed to be operating under steady conditions, i.e. using a constant flow rate profile SourceFiles InjectedParticleDistributionInjection.C See also Foam::injectedParticle Foam::injectedParticleCloud Foam::functionObjects::extractEulerianParticles Foam::distributionModels::general
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- 07 Dec, 2016 1 commit
-
-
Andrew Heather authored
-
- 01 Dec, 2016 3 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- 30 Nov, 2016 2 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-