Commit Graph

1099 Commits

Author SHA1 Message Date
Henry
d40a374cbc dictionary: changes field scoping operator from "::" to '.' 2012-10-12 12:47:54 +01:00
mattijs
23c4157fea ENH: Allwmake: fail if any component fails 2012-10-11 17:07:19 +01:00
Henry
f897de27b8 Thermodynamics: E-equation generalized to handle mesh motion 2012-10-08 15:39:29 +01:00
sergio
64ade85525 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-10-05 11:51:36 +01:00
Henry
e9e09f11dc rhoCentralFoam: Corrected output of maxwellSlipUFvPatchVectorField BC 2012-10-04 18:10:15 +01:00
sergio
a34f71ca3c ENH: Modification to get hold of the radiative from the radiation model
instead of solid thermo
2012-10-04 14:50:43 +01:00
andy
77858f2401 ENH: removed solveSpecies flag from lagrangian solvers 2012-09-26 11:28:19 +01:00
mattijs
beb2943d8e Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/verticalChannel/0/p
	tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/verticalChannel/system/changeDictionaryDict
	tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/H2O
	tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/T
	tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/U
	tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/air
	tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/alphat
	tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/k
	tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/mut
	tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/omega
	tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/p
	tutorials/lagrangian/reactingParcelFoam/verticalChannel/constant/polyMesh/boundary
2012-09-24 11:03:51 +01:00
Henry
7e0d4565b7 Thermodynamics: Updated combustion solvers to use EEqn and support h/e or ha/ea 2012-09-23 22:11:38 +01:00
Henry
661c26288d sprayFoam and sprayEngineFoam: Updated thermodynamics to solve EEqn and support h and e 2012-09-22 22:43:42 +01:00
Henry
608b6dd6a4 Updated headers 2012-09-22 16:34:51 +01:00
Henry
78121bac4a Solvers: Updated to solve EEqn rather than h,hs,eEqn 2012-09-22 16:34:20 +01:00
Henry
a114345eab Thermodynamics and sub-models: Removed "Sp" boundedness corrections on transport, replaced with "bounded Gauss" scheme 2012-09-21 14:34:42 +01:00
Henry
dbe48b482c Thermodynamics: Changed all eEqn to EEqn and reformulated to conserve E in sonic solvers
To support these changes the need for "Sp" corrections on div-terms has been
eliminated by introducing a "bounded" convection scheme which subtracts the Sp
term from the selected scheme.  The equivalent will be needed for the ddt term.

A warning message is generated for steady-state solvers in which the "bounded"
scheme is not selected for the convection terms.
2012-09-19 12:49:07 +01:00
Henry
8609c83645 Thermodynamics: Initialized dpdt to 0 and added a switch on update
so that the effect of the term on the enthalpy equation is optional
2012-09-13 11:25:55 +01:00
Henry
7eef5af786 sonicFoam: change internal energy equation formulation to conserve total energy 2012-09-12 15:36:39 +01:00
Henry
875c74551a Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-06 16:44:21 +01:00
Henry
1ccd1eac0a icoUncoupledKinematicParcelFoam: update nu 2012-09-06 16:44:10 +01:00
mattijs
3c183eba6c ENH: polyPatch: adding constraint patches to group 2012-09-05 16:40:59 +01:00
Henry
dfd24f5e98 multiphaseSystem: removed phaseModelTable
phaseModelTable superseded by PtrDictionary
2012-08-28 23:25:04 +01:00
Henry
9f096a403e Update headers 2012-08-23 14:13:30 +01:00
Henry
830c0ef382 Thermodynamyics: rename basicThermo -> fluidThermo and veryBasicThermo -> basicThermo 2012-08-23 14:13:13 +01:00
Henry
8f4b56b3c3 Thermodynamics: Rationalised the base classes for fluid and solid thermo.
New base class for fluid and solid thermo: veryBasicThermo
Base class for fluid thermo: basicThermo (derived from veryBasicThermo)
Base class for solid thermo: solidThermo (derived from veryBasicThermo)

Note in next commit basicThermo -> fluidThermo, veryBasicThermo -> basicThermo
2012-08-23 11:39:02 +01:00
andy
9162ade598 BUG: missing link option to incompressibleRASModels to enable wall function selection - mantis #627 2012-08-16 09:14:03 +01:00
andy
2d419cc7df BUG: Corrected mechanical energy in pEqn of compressibleTwoPhaseEulerFoam - mantis #624 2012-08-15 12:57:55 +01:00
andy
a76bdc1bd2 STYLE: minor code formatting 2012-08-03 09:24:21 +01:00
Henry
b94d46d0e7 multiphase and fireFoam: set phi based on the interpolated U before the pEqn construction for the p BCs 2012-08-02 15:29:08 +01:00
Henry
0488709387 multiphase: Correct phi BCs for p BCs 2012-07-31 22:36:06 +01:00
Henry
5f886ce3d6 fireFoam: Update the phi boundary field for consistency 2012-07-30 12:36:22 +01:00
Henry
aac8468aa8 interDyMFoam: Update the phi boundary field for consistency for the p_rgh BC 2012-07-30 12:31:51 +01:00
Henry
1464c4ff5c multiphase (VoF): Added support for general turbulence models
Required the addition of the divDevRhoR function to all incompressible turbulence models
2012-07-27 14:56:01 +01:00
Henry
c6359c087b compressibleTwoPhaseEulerFoam/pEqn.H: Corrected handling of the kinetic theory drag in the pressure equation 2012-07-25 12:04:09 +01:00
Henry
09aa9fbeb2 rhoPorousMRFSimpleFoam: Changed to rhoThermo
Also renamed addEnthalpySource -> addEnergySource
2012-07-16 09:49:04 +01:00
mattijs
0e1e599bfe STYLE: setRegionSolidFields: remove commented out old code 2012-07-10 10:03:57 +01:00
sergio
dccad82084 ENH: Modification of solid thermo, thermo baffles, pyrolysis and
tutorial, solvers solve for h in the solid
2012-07-03 10:54:27 +01:00
Henry
668a0e95b5 radialModel/SinclairJackson/SinclairJacksonRadial.C: Updated to compile SP 2012-07-02 11:47:49 +01:00
Henry
c2930574a7 Updated header 2012-06-25 11:35:02 +01:00
Henry
23ad7a11fe multiphaseEulerFoam: Completed support for surface tension and contact angle.
Also improved the efficiency of the handling of the models by evaluating only those specified.
2012-06-25 11:34:46 +01:00
Henry
0cc2df494f Updated header 2012-06-22 11:55:30 +01:00
Henry
93355167ec multiphaseEulerFoam: Completed support for surface tension 2012-06-22 11:55:10 +01:00
Henry
35d545d08f Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-06-22 11:54:02 +01:00
Henry
34a97a0698 multiphaseEulerFoam: Removed kineticTheoryModels pending a rewrite 2012-06-22 11:53:56 +01:00
Henry
824ec8be0c Updated headers 2012-06-22 11:51:15 +01:00
Henry
0025112496 compressibleTwoPhaseEuler: Updated kinetic theory from 2.1.x 2012-06-22 11:50:55 +01:00
Henry
4260f4b6cd Updated headers 2012-06-22 11:49:50 +01:00
Henry
344aa46854 compressibleTwoPhaseEuler: Updated kinetic theory from 2.1.x 2012-06-22 11:49:30 +01:00
andy
1959789a6e ENH: Added sources to reactingParcelFoam, sprayFoam and sprayEngineFoam 2012-06-21 12:01:11 +01:00
andy
d53dcc591a BUG: Corrected combustion dQ output in spray solvers 2012-06-20 14:33:34 +01:00
andy
00f7cb06db ENH: Updated chemistry-combustion solvers following combustion models library updates 2012-06-19 13:07:19 +01:00
Henry
fb96dfd44b Updated headers 2012-06-06 17:45:27 +01:00