Mark Olesen
c508b2fe17
STYLE: consistent capitalization of Private/Protected Member Functions in comments
2010-03-30 11:33:42 +02:00
Mark Olesen
3213388ddf
Merge remote branch 'OpenCFD/master' into olesenm
2010-03-30 09:11:52 +02:00
Mark Olesen
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
andy
cb7fd50852
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-26 16:27:11 +00:00
andy
772e1d1b4f
BUG: enthalpy source term for dieselFoam solver corrected
2010-03-26 16:26:53 +00:00
Mark Olesen
0c8fb634f0
ENH: enforce consistent boundness on turbulence models.
...
- remove epsilonSmall, omegaSmall
- k0/epsilon0/omega0 become kMin/epsilonMin/omegaMin
- add qMin/zetaMin for consistency
These files still need some attention:
dynOneEqEddy.C
NonlinearKEShih.C
settlingFoam
BUG: incompressible::LESModels:dynOneEqEddy::correct()
- avoid tmp field destruction for consistency with the compressible
version
Possible TODO:
- set kMin to zero (instead of SMALL) and introduce kSmall
to avoid division by zero
2010-03-24 09:07:53 +01:00
sergio
0455e4a013
BUG: volScalarField G in registry named RANSModel::G
2010-03-11 14:33:19 +00:00
sergio
2fcb6d506b
BUG: option file in combustionModel links general thermo
2010-03-11 14:29:33 +00:00
andy
1dc1300ed3
STYLE: removed old comments
2010-02-12 18:47:24 +00:00
andy
a892403b15
STYLE: removed redundant rhoEqn
2010-02-12 18:45:03 +00:00
andy
ca37746fe4
ENH: Added (commented) line for unity Lewis no in hsEqn
2010-02-12 17:46:14 +00:00
andy
9171b6970f
ENH: removed building of local thermo library - now in main source tree
2010-02-12 17:07:42 +00:00
andy
40f141e2c9
ENH: Updated enthalpy equations for solvers with chemistry using updated
...
sensible enthalpy thermo packages
- Enthalpy source term now retrieved from the chemistry model (scaled by
kappa for the PaSR model)
2010-02-12 17:05:15 +00:00
andy
34cd4b9310
ENH: updated options file for fireFoam solver
2010-02-11 17:03:46 +00:00
andy
73ec58d3e8
ENH: Update of hsCombustionThermo
...
- moved sources from fireFoam solver into the thermophysicalModels library
- code clean-up
2010-02-11 17:00:55 +00:00
henry
3ed23da4fe
New solver: fireFoam
...
For non-premixed combustion using sensible enthalpy.
2010-02-10 19:09:24 +00:00
Mark Olesen
2d91dedaa0
Merge commit 'OpenCFD/master' into olesenm
2010-01-22 13:23:43 +01:00
Mark Olesen
a694f6e374
Replace a few uses of triSurface with the more general meshedSurface.
2010-01-15 17:27:03 +01:00
andy
19f8fa236a
Update PDR turbulence model to conform to updated turbulence model api
2010-01-11 12:59:32 +00:00
Mark Olesen
5e972c772f
remove trailing space from some files
2009-12-04 13:39:35 +01:00
Mark Olesen
c091d856ae
pedantic changes: 'forAll (' -> 'forAll(' in applications/
...
- to match coding guidelines
2009-12-03 14:12:08 +01:00
Mark Olesen
fa93ce8cd7
coding style adherence
...
- markup codingStyleGuide.org examples so they actually indent correctly
- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
2009-11-27 15:39:14 +01:00
andy
6b289c32fd
added check to ensure that the inert specie exists in available specie list
2009-10-28 12:21:28 +00:00
graham
9221793088
Changing
...
deltaT().value() to deltaTValue()
and
deltaT0().value() to deltaT0Value()
across the whole code - faster to return especially if being used
often, in each call to a submodel for example.
2009-10-21 16:36:07 +01:00
henry
e9da288118
Reverted the Americanism "math" back to the original "mathematical" and reverted name of
...
the include file back to mathematicalConstants.H to make upgrading code slightly easier.
2009-10-10 22:58:58 +01:00
andy
9215ef540e
moved UEqn to within outer loop
2009-09-10 15:34:18 +01:00
andy
8dcea0f8cd
using new constant definitions
2009-08-28 18:04:22 +01:00
henry
31c76da40f
Changed the runtime-selection tables to output a sorted toc.
2009-08-06 18:01:28 +01:00
henry
5297267a5f
Use new patch-based wall-functions.
2009-07-27 07:52:14 +01:00
Chris Greenshields
2f3016173e
Modified Description entries for documenting purposes
2009-07-22 14:08:02 +01:00
henry
b248dd283c
Added kappa_ and E_.
2009-07-21 22:26:01 +01:00
henry
110b65add1
Put UEqn in PIMPLE loop.
2009-07-14 21:09:15 +01:00
henry
e7d9bf9a35
Force Unity Lewis number constraint by using alphaEff in b and ft equations.
2009-07-14 21:08:52 +01:00
andy
e55c47478d
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-08 19:10:55 +01:00
henry
d76820dc57
Changed g from being read from environmentalProperties to being read directly as a
...
uniformDimensionedVectorField.
2009-07-08 17:09:51 +01:00
andy
54f9cc3fe9
added output of heat release, dQ (got lost somewhere along the way...)
2009-07-08 16:54:59 +01:00
andy
516c20c8e7
adding rhoReactingFoam solver
2009-07-06 15:33:55 +01:00
andy
9e4fcd1844
clean-up of #include files
2009-07-01 10:50:41 +01:00
andy
a549c0c800
not registering chemistry props dict in solvers
2009-06-19 12:56:08 +01:00
andy
3def6efd69
moved solver to lagrangian folder
2009-06-19 12:11:28 +01:00
andy
13fb959f0d
lagrangian solver updates
2009-06-17 13:08:33 +01:00
andy
7d73dd3171
updates for new thermo and general code tidying
2009-06-15 15:36:57 +01:00
andy
0929b48698
simplifying i-o for chemistry models + thermo
2009-06-12 13:28:02 +01:00
andy
f27c151a67
updates needed for compatibility with new thermo descriptions - more needed...
2009-06-11 18:25:07 +01:00
andy
9af9f9c478
merging master into local branch
2009-06-11 17:29:19 +01:00
andy
89f1e6d149
updates/cosmetics
2009-06-11 17:19:41 +01:00
andy
42c240b97e
cosmetics/code-tidying
2009-06-11 17:09:19 +01:00
andy
c3c36e6b16
updated name change of combustion->reaction lib
2009-06-10 19:37:52 +01:00
andy
279df4d0e6
merge into master
2009-06-05 17:40:08 +01:00
andy
44a01db5bc
updates to conform with explicitCellSource
2009-06-05 16:35:35 +01:00