Commit Graph

140 Commits

Author SHA1 Message Date
Henry
830c0ef382 Thermodynamyics: rename basicThermo -> fluidThermo and veryBasicThermo -> basicThermo 2012-08-23 14:13:13 +01:00
Henry
09aa9fbeb2 rhoPorousMRFSimpleFoam: Changed to rhoThermo
Also renamed addEnthalpySource -> addEnergySource
2012-07-16 09:49:04 +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
e5cd8fff64 compressible solvers: renamed Kp -> Ekp (kinetic + pressure energy) 2012-05-04 16:20:11 +01:00
Henry
50cccded84 Updated headers 2012-05-04 14:48:57 +01:00
Henry
e156d19610 rhoSimpleFoam family: updated to use e rather than h 2012-05-04 14:48:46 +01:00
Henry
476b39d5a1 Updated header 2012-05-03 15:14:41 +01:00
Henry
2e09a6628e sonicLiquidFoam: Updated pressure equation to use Dp 2012-05-03 15:14:32 +01:00
Henry
0471d9cb27 Updated headers 2012-05-03 14:15:24 +01:00
Henry
b55941c07f compressible solvers: Name pressure diffusivity Dp 2012-05-03 14:15:15 +01:00
Henry
26c9d330e7 rhoPimplecFoam: New compressible solver featuring PIMPLEC 2012-05-03 14:14:40 +01:00
Henry
ac9203e1b8 rhoSimplecFoam: Added coupled-patch handling to H1 to support parallel running 2012-05-02 10:53:29 +01:00
Henry
be78e2026e rhoSimplecFoam: Update header 2012-04-04 17:43:09 +01:00
Henry
e8bdf072fe rhoSimplecFoam: Update wrt latest relaxation strategy and move into rhoSimpleFoam 2012-04-04 17:42:44 +01:00
Henry
405ed91b21 rhoCentralFoam: corrected reading of Pr 2012-03-22 09:49:47 +00:00
andy
912a20b7a3 ENH: Propagated caching of HbyA across solvers 2012-03-02 18:15:54 +00:00
Henry
c079821318 rhoCentralDyMFoam: Improved the handling of relative fluxes and corrected the pressure-work term 2011-12-29 23:48:09 +00:00
Henry
411db54faa sonicDyMFoam: Corrected pressure-work for mesh motion 2011-12-29 23:47:54 +00:00
Henry
dc810ea88d Thermodynamics: Completed most of the conversion of the enthalpy source 2011-11-23 16:56:13 +00:00
Henry
96068a670d Thermodynamics: Changed h-eqn to conserve total energy 2011-11-22 17:54:13 +00:00
andy
68a87d891b Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-11-16 12:37:24 +00:00
Henry
52d5a8832d rhoCentralFoam: Corrected update of phi 2011-11-16 12:26:45 +00:00
andy
84ad94a455 ENH: pimple solvers: no longer update U in UEqn unless specifying a momentum predictor 2011-11-15 16:13:53 +00:00
andy
9ddb63713c BUG: pimple solvers were using nCorrPIMPLE instead of nCorrPISO in pEqns 2011-11-03 09:53:10 +00:00
andy
ca3ec6ebcb ENH: Updated SIMPLE solvers to new simpleControl framework 2011-10-26 14:31:57 +01:00
andy
d05c5a41a1 ENH: Updated PIMPLE solvers to new pimpleControl framework 2011-10-26 12:04:25 +01:00
andy
19bf53f32e STYLE: use simpleControl/pimpleControl in createFields etc - Reported by Mark Olesenm 2011-09-27 15:56:25 +01:00
andy
1c1a98363c ENH: Simplified solvers - removed storePrevIter code 2011-09-08 12:04:15 +01:00
andy
bc952e63de ENH: storePrevIter now handled by solutionControl class 2011-09-08 11:42:05 +01:00
andy
4f40cdb7d7 GIT: Resolve conflict 2011-08-16 16:09:56 +01:00
Henry
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
Henry
d1a8375816 wmake options files: corrected EXE_LIBS -> LIB_LIBS 2011-06-27 16:58:58 +01:00
Sergio Ferraris
e06306b798 BUG: If refGrad and refValue are in the init fiel read them otherwise
set the BC to fixedValue using refValues as values
2011-06-09 16:36:55 +01:00
Sergio Ferraris
d6e24bb668 BUG: Missing complete re-start for mixed BC 2011-06-09 15:48:04 +01:00
andy
89335fa1ce ENH: Further solver PIMPLE updates 2011-04-18 11:47:44 +01:00
andy
656bbf5308 ENH: Updated solvers to use simpleControl and pimpleControl 2011-04-14 17:45:20 +01:00
andy
fb11f37e38 ENH: Propagating pimpleControl across pimple-based solvers 2011-04-13 17:20:29 +01:00
Henry
a76953302a Porous solvers: corrected change to ddt 2011-03-31 18:00:39 +01:00
Henry
3c2c3650d4 LTSInterFoam, rhoPorousMRFLTSPimpleFoam: set the name of the old-time rDeltaT
to avoid the registration of rDeltaT being pinched
2011-03-31 11:55:41 +01:00
Henry
57470a3850 rhoPorousMRFLTSPimpleFoam: Corrected for SP compilation 2011-03-30 17:57:42 +01:00
Henry
81c63d9949 rhoPorousMRFLTSPimpleFoam: corrected for SP compilation 2011-03-30 17:55:57 +01:00
Henry
fffe67d45f Porosity: Temporarily disable pZones.ddt(rho, U) while the term is being investigated 2011-03-30 16:24:35 +01:00
Henry
b33c31ebf1 rhoPorousMRFLTSPimpleFoam: Added porosity and MRF support in rhoLTSPimpleFoam 2011-03-30 15:43:23 +01:00
Henry
5b4cd73e55 PIMPLE: Rationalised loop structure
Automated the caching of "finalIteration".
2011-03-26 21:48:15 +00:00
andy
ab95424f8b Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-25 14:44:39 +00:00
Henry
a4e25e5155 rhoLTSPimpleFoam: New solver and test case.
Supports local time-stepping for steady solution.
2011-03-25 14:25:06 +00:00
andy
6f47073d34 ENH: Removed unnecessary ()'s 2011-03-24 14:39:41 +00:00
Henry
76981e8770 rhoPorousMRFSimpleFoam: Added MRF support to rhoPorousSimpleFoam 2011-03-17 16:03:06 +00:00
Henry
230f903f06 Corrected change date 2011-03-17 15:09:23 +00:00