Commit Graph

30 Commits

Author SHA1 Message Date
83af361bd5 STYLE: removed debugging comment 2012-06-11 11:26:14 +01:00
05e5d474e1 ENH: Updated rotor source - better handling of compressibility and code refactoring 2012-06-11 11:25:39 +01:00
64ff9905dc ENH: Updated rotor source trim sub-model 2012-06-11 11:24:54 +01:00
50ea078d00 BUG: (ExplicitSourceIO.C) Problem reading volumeMode_ 2012-06-01 14:39:59 +01:00
10332e4fff Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/thermophysicalModels/basic/Make/files
	src/thermophysicalModels/basic/basicThermo/basicThermo.C
	src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.C
	src/thermophysicalModels/basic/psiThermo/hsPsiThermo/hsPsiThermo.C
	src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.C
	src/thermophysicalModels/basic/rhoThermo/hsRhoThermo/hsRhoThermo.C
	src/thermophysicalModels/thermalPorousZone/thermalModel/fixedTemperature/fixedTemperature.C
2012-05-30 15:32:20 +01:00
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
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
5a80198bef ENH: Updates to rotor momentum source 2012-05-23 15:11:55 +01:00
2c6f89effe ENH: pressureGradientSource - cache 1/A instead of using lookup 2012-05-15 16:11:58 +01:00
aab426ec9e Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-11 14:24:38 +01:00
ed1d7f067a ENH: Updated definition of series profie for rotorDiskSource 2012-05-09 10:19:30 +01:00
2e760a3453 ENH: codedBasicSource: coded version of sources 2012-05-04 11:36:47 +01:00
41ffd118b2 STYLE: interRegionHeatTransfer: indenting 2012-05-04 10:58:58 +01:00
388f1c4dd3 ENH: rotor source: flip geometric AOA if blade is spinning in reverse 2012-05-02 12:58:52 +01:00
d481b14c29 STYLE: Use point instead of vector for consistency 2012-05-02 12:58:16 +01:00
8d43b7842a ENH: rotor source: split series profile Cd and Cl coeff calculation 2012-05-02 12:57:49 +01:00
ba3286ff8b ENH: Use pre-calculated list size instead of re-evaluating 2012-05-02 12:56:01 +01:00
faee006555 BUG: Rotor source - corrected definition of Cl/Cd for series profile 2012-04-16 11:11:49 +01:00
7435d65a60 ENH: Corrected ambiguous construction from tmp msgs (llvm/clang) 2012-04-16 10:05:13 +01:00
bc1477592d ENH: Updates to rotorDiskSource momentum source
- code restructuring
- better spefication of rotor axis direction (uses pointAbove)
- run-time selectable trim models
- new rotor trimming model: targetForce
2012-04-12 16:49:28 +01:00
09e91aab32 ENH: rotorDiskSource - updated calculation of co-ord sys for parallel running 2012-04-05 11:26:39 +01:00
3c6c675081 STYLE: Remove trailing whitespace 2012-03-30 08:53:47 +01:00
cef3f63823 STYLE:rotorDiskSource: unused variables 2012-03-19 10:54:08 +00:00
93e2226595 ENH: check of valid Ptr before using it 2012-02-08 10:18:44 +00:00
acb4ca2425 BUG: initiate the Ptr mapToMap is bounda box on mesh processors overlaps 2012-02-08 10:15:05 +00:00
5eca8bd935 ENH: actuation disk modifications and rough Wall function for atm inlet 2012-02-02 15:17:50 +00:00
f2e65c6adc ENH: Updated fvm field sources - added correct() function and updated grad(p) source 2012-01-26 16:06:29 +00:00
df9788f8aa STY: line endings and year 2012-01-10 18:11:58 +00:00
f719c0df82 BUG: porousSolid T Ew modifications and lookup of T instead of the
thermo
2012-01-10 18:07:54 +00:00
8267f356b2 ENH: Creation of fieldSources lib. Remove of fieldSources from
/src/finiteVolume/cfdTools/general
2012-01-10 15:30:44 +00:00