Commit Graph

3378 Commits

Author SHA1 Message Date
77d51a6caf STYLE: limit to 80 chars 2012-09-26 12:34:29 +01:00
2e778373f6 GIT: conflict resolution 2012-09-26 12:32:07 +01:00
f1deb4445e GIT: conflict resolution 2012-09-26 12:13:44 +01:00
f232a3b8ec Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-26 12:09:03 +01:00
da17674f0f ENH: decomposePar,reconsturctPar: added -allRegions option 2012-09-26 12:08:43 +01:00
77858f2401 ENH: removed solveSpecies flag from lagrangian solvers 2012-09-26 11:28:19 +01:00
e27d10761b Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-25 09:51:31 +01:00
f145cc8fa4 BUG: paraFoam: keeping patchGroups thus doubling geometry 2012-09-25 09:50:37 +01:00
14153d57db Thermodynamics: template the equations of state on Specie
This will allow alternative methods of storing mixture information for e.g. complex transport modelling
2012-09-24 17:57:12 +01:00
15198110d8 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-24 17:43:08 +01:00
07ddd52d6a ENH: patchGroups: disable patch display 2012-09-24 17:09:53 +01:00
f1bfeba127 Thermodynamics: rename specieThermo -> species::thermo and create the species namespace
Also remove the "<thermo" part of the names of thermodynamics packages
2012-09-24 15:37:36 +01:00
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
7e0d4565b7 Thermodynamics: Updated combustion solvers to use EEqn and support h/e or ha/ea 2012-09-23 22:11:38 +01:00
661c26288d sprayFoam and sprayEngineFoam: Updated thermodynamics to solve EEqn and support h and e 2012-09-22 22:43:42 +01:00
608b6dd6a4 Updated headers 2012-09-22 16:34:51 +01:00
78121bac4a Solvers: Updated to solve EEqn rather than h,hs,eEqn 2012-09-22 16:34:20 +01:00
a114345eab Thermodynamics and sub-models: Removed "Sp" boundedness corrections on transport, replaced with "bounded Gauss" scheme 2012-09-21 14:34:42 +01:00
5dc1c259d4 ENH: verticalChannel: updated for fowRateInletVelocity 2012-09-21 12:03:08 +01:00
dfa74d978c ENH: flowRateInletVelocity: different keywords for volumetric and mass 2012-09-20 14:21:40 +01:00
dcca9323d1 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-20 13:01:46 +01:00
4bc26d46bd ENH: snappyHexMeshDict: improved comment 2012-09-20 13:00:16 +01:00
4a3948383b ENH: topoSetDict: add zoneToPoint 2012-09-20 12:59:32 +01:00
ab0e9614b6 ENH: moveDynamicMesh: add -region option 2012-09-20 12:58:07 +01:00
001a2ae3dd ENH: createPatchDict: use same transform 2012-09-20 12:51:33 +01:00
cedc508575 ENH: Updated copyright to OpenFOAM Foundation 2012-09-19 16:35:36 +01:00
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
8489de277d GIT: conflict resolution 2012-09-17 12:03:11 +01:00
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
5e9303103a Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-12 15:37:22 +01:00
7eef5af786 sonicFoam: change internal energy equation formulation to conserve total energy 2012-09-12 15:36:39 +01:00
87bab77daf ENH:dictionary: allow scoped variable lookup (using '.') 2012-09-12 09:14:43 +01:00
8db5a7df74 ENH:dictionary: allow scoped variable lookup (using '.') 2012-09-12 09:14:43 +01:00
c76acdd6ff ENH: snappyHexMesh: added new dictionary entries 2012-09-12 09:08:57 +01:00
2456472b77 extrudeMesh/extrudedMesh: Updated headers and includes 2012-09-07 11:24:30 +01:00
26fee7bc71 COMP: extrudedMesh: move templates to separate file 2012-09-07 10:24:34 +01:00
875c74551a Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-06 16:44:21 +01:00
1ccd1eac0a icoUncoupledKinematicParcelFoam: update nu 2012-09-06 16:44:10 +01:00
3c183eba6c ENH: polyPatch: adding constraint patches to group 2012-09-05 16:40:59 +01:00
c1ef233e5d ENH: pointMesh: use MeshObject form 2012-08-31 12:57:17 +01:00
dfd24f5e98 multiphaseSystem: removed phaseModelTable
phaseModelTable superseded by PtrDictionary
2012-08-28 23:25:04 +01:00
00e7b89ec3 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-28 10:31:40 +01:00
db71ef6e34 ENH: solidWallHeatFlux: incorporated into wallHeatFlux 2012-08-28 10:31:09 +01:00
1ee6288d39 applyBoundaryLayer: Added LES libraryc 2012-08-24 14:25:06 +01:00
38906d21ed applyBoundaryLayer: Updated to support LES cases more conveniently 2012-08-24 14:00:10 +01:00
41a13eba57 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-23 14:13:41 +01:00
9f096a403e Update headers 2012-08-23 14:13:30 +01:00
830c0ef382 Thermodynamyics: rename basicThermo -> fluidThermo and veryBasicThermo -> basicThermo 2012-08-23 14:13:13 +01:00
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
e6bc9ba2ae GIT: resolved merge conflict 2012-08-21 18:17:27 +01:00