Commit Graph

41 Commits

Author SHA1 Message Date
a57ff61211 ENH: moved info() for clouds to evolve() call
- Removes need for additional call to info in the main solver code
2010-02-12 17:09:42 +00:00
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
713e3e6b6e ENH: updated coalChemistryFoam solver to use the updated source mechanism 2010-02-04 13:25:55 +00:00
8bd56817fa ENH: Updated porousExplicitSourceReactingParcelFoam to employ
the updated explicit source functionality

- Updates to solver, equations, createFields and createExplicitSources
2010-02-03 18:45:05 +00:00
82dab7d673 ENH: Updated the porousExplicitSourceReactingParcelFoam solver to use the
reacting multi-phase level of cloud/parcel

- changes to createClouds.H
- updated tutorial cases to reflect changes
2010-02-01 13:14:34 +00:00
0e33bf0bba add some usage information to a few utilities 2009-12-04 10:20:15 +01:00
c091d856ae pedantic changes: 'forAll (' -> 'forAll(' in applications/
- to match coding guidelines
2009-12-03 14:12:08 +01:00
58b7e64185 Use argList::addOption, argList::addBoolOption (almost) everywhere
- ensure that the standard options (eg, from timeSelector) also have
  some usage information
2009-12-03 13:32:12 +01:00
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
963a8cb8d5 cleaner code 2009-11-12 13:28:55 +00:00
555c1ea30d minor cosmetics 2009-10-29 14:28:57 +00:00
6b289c32fd added check to ensure that the inert specie exists in available specie list 2009-10-28 12:21:28 +00:00
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
6062a1ef66 updates/improvements to the cloud IO system and using new constants 2009-09-04 16:19:57 +01:00
2f3016173e Modified Description entries for documenting purposes 2009-07-22 14:08:02 +01:00
e55c47478d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-08 19:10:55 +01:00
d76820dc57 Changed g from being read from environmentalProperties to being read directly as a
uniformDimensionedVectorField.
2009-07-08 17:09:51 +01:00
54f9cc3fe9 added output of heat release, dQ (got lost somewhere along the way...) 2009-07-08 16:54:59 +01:00
3deed0eb44 updates to ../../applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam 2009-07-06 17:07:31 +01:00
9e4fcd1844 clean-up of #include files 2009-07-01 10:50:41 +01:00
ef847e4dce solver updates for updated tracking 2009-06-22 18:39:02 +01:00
98bd47cc08 removing old (no longer used) tracking stuff 2009-06-22 18:36:22 +01:00
a549c0c800 not registering chemistry props dict in solvers 2009-06-19 12:56:08 +01:00
b6b7943fb7 using constructor form for DpDt field 2009-06-19 12:16:53 +01:00
3def6efd69 moved solver to lagrangian folder 2009-06-19 12:11:28 +01:00
13fb959f0d lagrangian solver updates 2009-06-17 13:08:33 +01:00
110718d0f5 adding solver files 2009-06-17 12:38:01 +01:00
27ecaba4ac tutorial/solver update 2009-06-16 19:25:27 +01:00
959afc3291 updates 2009-06-16 18:21:16 +01:00
7d73dd3171 updates for new thermo and general code tidying 2009-06-15 15:36:57 +01:00
f27c151a67 updates needed for compatibility with new thermo descriptions - more needed... 2009-06-11 18:25:07 +01:00
9af9f9c478 merging master into local branch 2009-06-11 17:29:19 +01:00
42c240b97e cosmetics/code-tidying 2009-06-11 17:09:19 +01:00
33e452f4d3 inclusion of point mass sources 2009-06-03 19:40:33 +01:00
2bb2266872 updates to sources 2009-06-03 19:40:16 +01:00
3233ed6428 moved construction of carrier props to reacting cloud constructor 2009-06-03 11:02:43 +01:00
c766b6c301 more fun with templates - templating thermo type throughout submodels 2009-06-02 19:55:56 +01:00
d07403b308 templated thermo type 2009-06-01 19:21:21 +01:00
d15041b5df correcting error with units 2009-05-29 18:59:01 +01:00
0d441221f0 added mult-component point mass flow sources 2009-05-29 16:08:09 +01:00
6842c643b9 renamed Lagrangian->lagrangian to be consistent with sources 2009-05-29 15:50:35 +01:00