Commit Graph

225 Commits

Author SHA1 Message Date
william
e0de7c96c7 BUG: DPMFoam: removed duplicate register of transport properties dictionary 2014-01-29 09:34:14 +00:00
andy
ab1c1d1373 ENH: simpleReactingParcelFoam - added density under-relaxation 2014-01-22 17:51:51 +00:00
Henry
b8335f88af Corrected sign of momentum source 2013-12-21 12:25:47 +00:00
william
4d7ab99f99 BUG: Separated surface film wall functions into a separate library to remove duplication messages when using new turbulent structure 2013-12-18 16:53:41 +00:00
william
9916da0252 BUG: Added lagrangianTurbulence library to solvers: error messages still showing due to surfaceFilm library 2013-12-17 15:04:05 +00:00
william
0de6a8dd2b ENH: Added MPPICFoam solver source and build files 2013-12-17 11:05:55 +00:00
william
c5d8166e76 ENH: Added MPPICFoam solver and MPPIC types and models to the Lagrangian library 2013-12-17 10:41:35 +00:00
william
5e884ea48a ENH: added DPMFoam, DPM drag models and Goldschmidt tutorial case 2013-12-16 18:16:12 +00:00
Henry
a8c917fd4b DyM solvers: correct Uf using phi after construction 2013-12-11 17:26:34 +00:00
andy
9a8e128e8d BUG: sprayFoam - updated pressure equation for relativeFlux - mantis #1045 2013-11-05 10:20:58 +00:00
Henry
17f2d5f189 Completed update of ddtCorr to use Uf for DyM solvers 2013-09-12 16:58:39 +01:00
Henry
08baa6eda6 fixedFluxPressure BC: the snGrad is now pushed into the BC from pEqn.H rather than being evaluated in the BC 2013-09-11 00:10:00 +01:00
Henry
51f085faa5 Rewrite of ddtPhiCorr - ddtCorr and density-weight HbyA on compressible solvers.
For DyM solvers phiAbs is replaced by Uf but this conversion is currently not complete
2013-09-09 12:41:20 +01:00
andy
df2273f0c4 ENH: Refactored code 2013-08-28 10:28:10 +01:00
Henry
046f740f0e Renamed relativeFlux -> makeRelative and absoluteFlux -> makeAbsolute 2013-08-20 15:40:00 +01:00
andy
314d05cfdb STYLE: Minor typo corrections 2013-05-10 10:15:31 +01:00
andy
620f16b06e BUG: Renamed fluidThermo[Cloud|Parcel] back to basicThermo[Cloud|Parcel] 2013-05-03 10:42:36 +01:00
andy
da0e0a5df9 ENH: Removed IOporosityList from reactingParcelFoam 2013-01-21 15:53:30 +00:00
andy
d36851969c ENH: Added new simpleReactingParcelFoam solver 2013-01-11 16:20:07 +00:00
andy
78df71ea98 ENH: Updated solver header doc 2013-01-11 16:04:33 +00:00
andy
d2b84dc511 ENH: Updated fieldSources->fvOptions for solvers 2013-01-08 09:38:01 +00:00
andy
72ab425a77 ENH: Updated instantiation of sources by solvers 2012-12-10 15:21:37 +00:00
andy
6cc6a0e07f ENH: Updated porous zone treatment in reactingParcelFoam and LTSReactingParcelFoam 2012-12-10 11:39:00 +00:00
andy
6ce8c61d18 ENH: Updated sources for lagrangian solvers 2012-12-10 11:30:17 +00:00
andy
b5d1ab435d ENH: Updated solver run-time selectable sources 2012-12-06 15:08:52 +00:00
andy
af8f5ed606 ENH: Updates to porosity solvers 2012-10-18 16:39:06 +01:00
Henry
f897de27b8 Thermodynamics: E-equation generalized to handle mesh motion 2012-10-08 15:39:29 +01:00
andy
77858f2401 ENH: removed solveSpecies flag from lagrangian solvers 2012-09-26 11:28:19 +01:00
Henry
661c26288d sprayFoam and sprayEngineFoam: Updated thermodynamics to solve EEqn and support h and e 2012-09-22 22:43:42 +01:00
Henry
608b6dd6a4 Updated headers 2012-09-22 16:34:51 +01:00
Henry
78121bac4a Solvers: Updated to solve EEqn rather than h,hs,eEqn 2012-09-22 16:34:20 +01:00
Henry
8609c83645 Thermodynamics: Initialized dpdt to 0 and added a switch on update
so that the effect of the term on the enthalpy equation is optional
2012-09-13 11:25:55 +01:00
Henry
1ccd1eac0a icoUncoupledKinematicParcelFoam: update nu 2012-09-06 16:44:10 +01:00
Henry
830c0ef382 Thermodynamyics: rename basicThermo -> fluidThermo and veryBasicThermo -> basicThermo 2012-08-23 14:13:13 +01:00
andy
1959789a6e ENH: Added sources to reactingParcelFoam, sprayFoam and sprayEngineFoam 2012-06-21 12:01:11 +01:00
andy
d53dcc591a BUG: Corrected combustion dQ output in spray solvers 2012-06-20 14:33:34 +01:00
andy
00f7cb06db ENH: Updated chemistry-combustion solvers following combustion models library updates 2012-06-19 13:07:19 +01:00
Henry
dead8ec098 Thermodynamics: Rationalization
At the specie level:
    hs = sensible enthalpy
    ha = absolute (what was total) enthalpy
    es = sensibly internal energy
    ea = absolute (what was total) internal energy

At top-level
    Rename total enthalpy h -> ha
    Rename sensible enthalpy hs -> h

Combined h, hs, e and es thermo packages into a single structure.

Thermo packages now provide "he" function which may return either enthalpy or
internal energy, sensible or absolute according to the run-time selected form

alphaEff now returns the effective diffusivity for the particular energy which
the thermodynamics package is selected to solve for.
2012-05-30 15:21:32 +01:00
Henry
63da3e9afc Thermodynamics: Rationalization
At the specie level:
    hs = sensible enthalpy
    ha = absolute (what was total) enthalpy
    es = sensibly internal energy
    ea = absolute (what was total) internal energy

At top-level
    Rename total enthalpy h -> ha
    Rename sensible enthalpy hs -> h

Combined h, hs, e and es thermo packages into a single structure.

Thermo packages now provide "he" function which may return either enthalpy or
internal energy, sensible or absolute according to the run-time selected form

alphaEff now returns the effective diffusivity for the particular energy which
the thermodynamics package is selected to solve for.
2012-05-30 15:19:38 +01:00
Henry
28762dc468 Removed trailing whitespace 2012-04-19 14:17:30 +01:00
Henry
70595a9a61 Buoyant solvers: changed the sign of phig to be consistent with the sign of the buoyancy force on the RHS of UEqn 2012-04-19 10:08:59 +01:00
andy
14703be717 ENH: Added Allwmake script for sprayFoam solvers 2012-04-10 12:35:01 +01:00
andy
3180339163 STYLE: Corrected typos in header file comments 2012-03-26 09:29:32 +01:00
andy
912a20b7a3 ENH: Propagated caching of HbyA across solvers 2012-03-02 18:15:54 +00:00
andy
8da920fb3d ENH: Re-introduced turbulence to icoUncoupledKinematicParcelFoam 2012-02-29 14:22:53 +00:00
andy
9c8e2fa709 ENH: Updated use of field sources in simple/pimple solvers 2012-01-26 16:23:34 +00:00
andy
56fccbfbad BUG: Corrected sprayFoam species evolution - mantis #394 2012-01-24 10:48:16 +00:00
andy
486da88fb9 BUG: Corrected mesh movement in sprayEngineFoam solver 2012-01-19 14:19:36 +00:00
sergio
e1462229c0 ENH: Changing chtMultiRegionFoam tutorial entries 2012-01-10 15:47:47 +00:00
sergio
698ceefed1 ENH: Adding fieldSources lib to solvers usiing sources 2012-01-10 15:34:42 +00:00