Commit Graph

451 Commits

Author SHA1 Message Date
andy
98a77f44ca ENH: Added new reactingParcelFilmFoam solver
- Takes reactingParcelFoam solver and adds surface film capability
2010-04-08 16:56:50 +01:00
henry
d4d0b88988 fvData: New database (dictionary) held on the fvMesh to store residual information etc.
This data can be used for convergence testing e.g. by a functionObject.
Other data could also be stored, e.g. global continuity errors and other reduced results.
2010-04-07 15:40:52 +01:00
mattijs
e55c8a8c67 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-06 16:31:39 +01:00
henry
ed8fb0aa99 UEqn: Removed "Sp" term from the momentum equation of the steady-state solvers.
It is not clear that this "correction" term has provided any benefit and there
are cases for which it has proved detrimental to stability and convergence.
2010-04-06 16:28:59 +01:00
mattijs
4c1ff609f9 STYLE: unnecessary check 2010-04-06 16:28:29 +01:00
mattijs
0b54b4b12d STYLE: mixed bc already present in compressible::turbulentTemperatureBaffleMixed 2010-04-01 14:22:49 +01:00
mattijs
16cf8eaf9e ENH: Changed flux condition into gradient bc 2010-04-01 14:22:06 +01:00
mattijs
fd952687fd ENH: Removed extraneous if 2010-04-01 14:21:25 +01:00
henry
a5d03f9ba3 rhoSimpleFoam: Improved stability by limiting the changes in rho
and formulating the enthalpy sources consistently.
2010-03-31 14:35:51 +01:00
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
henry
4f926a376f New solver: rhoPorousMRFPimpleFoam
Added compressibility support to MRFZone.
Required generalisation of the oneField concept.
Also clean-up the use of one and zero for consistency.
Simple mixerVessel2D tutorial case supplied.
2010-03-19 17:54:35 +00:00
henry
d35773f4fb New solver: adjointShapeOptimizationFoam
Uses adjoint method to block regions of the domain causing total pressure loss,
e.g. recirculation zones.

pitzDaily tutorial case supplied.
2010-03-15 17:08:45 +00:00
henry
5cac2c00d6 mhdFoam: General cleanup. 2010-03-15 17:03:04 +00: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
mattijs
af32ffeaad ENH: Implement gradient coupled temperature bc as fixedGradient instead of fixedValue. 2010-03-03 14:59:39 +00:00
mattijs
22ac629da5 BUG: Detect derived-from-wall boundary conditions 2010-03-01 14:49:47 +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
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
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
andy
7b3da686d8 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-08 19:13:37 +00:00
andy
d2b8b58b5c Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-08 17:59:06 +00:00
Mark Olesen
2f0692e002 Merge commit 'OpenCFD/master' into olesenm 2010-02-08 15:01:48 +01:00
mattijs
129ce922e2 ENH: Use new time looping structure 2010-02-05 16:26:09 +00:00
andy
713e3e6b6e ENH: updated coalChemistryFoam solver to use the updated source mechanism 2010-02-04 13:25:55 +00:00
andy
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
Mark Olesen
8426ca1a8c Merge commit 'OpenCFD/master' into olesenm 2010-02-03 17:40:37 +01:00
andy
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
andy
a55257783d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-28 16:30:41 +00:00
henry
6fb475b439 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-28 16:08:17 +00:00
henry
3b038c3702 settlingFoam: Changed to solving for pmh (static pressure minus hydrostatic pressure).
While p and pmh (pd in OpenFOAM-1.5.?) are equivalent on orthogonal meshes they
are not on non-orthogonal meshes and the difference is very important for
buoyancy-dominated flows such as settling.  settlingFoam is now written in terms
of pmh (static pressure minus hydrostatic pressure) which used to be called pd
but that confused too may people.
2010-01-28 16:06:08 +00:00
andy
d1874a0529 STYLE: removed spurious //'s 2010-01-28 12:50:27 +00:00
sergio
0b96ae5409 chtMultiRegionFoam files update 2010-01-28 12:28:18 +00:00
sergio
37c3248471 chtMultiRegion modification using Diff time limite 2010-01-27 17:11:47 +00:00
Mark Olesen
2d91dedaa0 Merge commit 'OpenCFD/master' into olesenm 2010-01-22 13:23:43 +01:00
henry
cdb616eb48 Removed blank line. 2010-01-20 17:06:22 +00: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
37c4f2f375 remove empty 'Description' from various .C files 2009-12-04 14:11:33 +01:00