Commit Graph

280 Commits

Author SHA1 Message Date
mattijs
c8a0ea85cc Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-12-05 15:53:26 +00:00
mattijs
03fa70e4af ENH: tutorials: dict command line option 2012-12-05 15:30:33 +00:00
Henry
acbbaf3f4d tutorials: Updated "limited" snGrad schemes 2012-12-05 14:58:42 +00:00
andy
640d8157c8 ENH: Pyrolysis tutorials updates 2012-11-19 09:55:44 +00:00
sergio
708743752a Solving problem with sampledSurfaces
Removing specieSolid specialization
Updating tutorials using solidThermo and solid reactions
2012-11-01 17:46:37 +00:00
sergio
e113bebcef Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/thermophysicalModels/reactionThermo/Make/options
	src/thermophysicalModels/solidChemistryModel/ODESolidChemistryModel/ODESolidChemistryModel.C
	src/thermophysicalModels/solidSpecie/solidSpecie/solidSpecie.C
	tutorials/combustion/fireFoam/les/oppositeBurningPanels/constant/panelRegion/chemistryProperties
	tutorials/combustion/fireFoam/les/oppositeBurningPanels/constant/panelRegion/thermophysicalProperties
	tutorials/compressible/rhoPorousMRFSimpleFoam/angledDuctExplicitFixedCoeff/constant/MRFZones
	tutorials/compressible/rhoPorousMRFSimpleFoam/angledDuctExplicitFixedCoeff/constant/RASProperties
	tutorials/compressible/rhoPorousMRFSimpleFoam/angledDuctExplicitFixedCoeff/constant/polyMesh/boundary
2012-10-31 17:34:12 +00:00
sergio
92d2bc1b76 ENH: Aligning solid thermo mixing with gas mixing and solid reaction 2012-10-31 17:13:03 +00:00
andy
182f660634 ENH: Updates to tutorial Allrun scripts 2012-10-26 10:27:30 +01:00
andy
555800c28a ENH: Updated tutorial radiationProperties dictionaries 2012-10-15 12:24:20 +01:00
Henry
06d573d69a solidChemistryModel: Reorganised input of thermo-physical data for the gases 2012-10-08 16:13:50 +01:00
Henry
f897de27b8 Thermodynamics: E-equation generalized to handle mesh motion 2012-10-08 15:39:29 +01:00
Henry
cf2783348d solidChemistryModel: Updated runtime selection mechanism 2012-10-08 10:36:27 +01:00
sergio
54432bb18a ENH: Adding greyMeanSolidAbsorptionEmission, updating tutorial.
The radiative properties are now held in the radiationModel in the solid
region instead than in the solidThermo
2012-10-05 11:48:48 +01:00
sergio
2b9ce017f5 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/thermophysicalModels/radiationModels/derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.C
2012-10-04 11:01:41 +01:00
sergio
99aa00e33c ENH: Adding greyMeanSolidAbsorptionEmission for radiative properties of
the solid
2012-10-04 10:55:49 +01:00
Henry
ca2ad8032e Thermodynamics: Completed dictionary based selection mechanisms for all thermodynamic packages
Rationalised "make" macros to reduce code duplication
Removed solid phase radiation properties
Updated tutorials appropriately
2012-10-03 22:43:50 +01:00
Henry
88050abcab ChemistryModel: the from of the compressibility thermo is now selectable
The form of the chemistry model is no longer selectable (only one choice).
2012-10-02 11:33:04 +01:00
Henry
7d17731637 ChemistryModel: Updated names and lookup 2012-10-01 17:00:43 +01:00
Henry
9bf80af379 Thermodynamics: Update selection mechanism for reaction and chemistry thermodynamics 2012-09-30 21:27:18 +01:00
Henry
27deb733aa Thermodynamics: Further rationalization of the selection mechanism 2012-09-27 21:57:21 +01:00
Henry
ef8b6810f2 Thermodynamics: add specie type as argument to the "makeThermo" macros
Added "8" as the default Order of polynomial thermodynamic functions
2012-09-25 18:09:05 +01:00
Henry
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
Henry
966dd4192b Removed trailing space 2012-09-23 22:12:06 +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
78121bac4a Solvers: Updated to solve EEqn rather than h,hs,eEqn 2012-09-22 16:34:20 +01:00
mattijs
b6c4e144c4 ENH: flowRateInletVelocity: require volumeFlowRate or massFlowRate keyword 2012-09-20 14:42:48 +01:00
Henry
afcd78e005 Tutorials: Updated for thermo changes 2012-09-19 15:55:41 +01:00
Henry
dd3ab88f47 Thermodynamics: renamed isobaricPerfectGas -> incompressiblePerfectGas and incompressible -> rhoConst
Added isochoric and incompressible identifiers to equations of state to indicate the supported processes
2012-09-11 14:07:22 +01:00
Henry
41a13eba57 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-23 14:13:41 +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
5541a62875 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-21 18:14:10 +01:00
andy
e7a238dc3a ENH: Cleaned-up lagrangian tutorial cloud input properties dictionaries 2012-08-21 18:13:44 +01:00
mattijs
831bcdc6b9 STYLE: scripts: removed trailing spaces 2012-08-17 12:30:55 +01:00
andy
3821ee560a ENH: Tutorial input dictionary updates 2012-08-14 14:27:10 +01:00
sergio
0731c47257 ENH: Modifying oppositePanels combustion case 2012-08-08 10:27:40 +01:00
sergio
4113feb869 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-03 14:49:25 +01:00
sergio
3fa9f70018 ENH: Modifying fvSolution and fvSchemes in smallPoolFire3D 2012-08-03 13:43:31 +01:00
andy
362d2fdac8 ENH: Updated lagrangian tutorials after radiation update 2012-08-03 10:39:43 +01:00
sergio
785adf0495 BUG: Changing rho name in fvSolution for the solid region 2012-07-24 17:08:39 +01:00
Henry
b18dac86cb fireFoam/les/oppositeBurningPanels/0/alphaSgs: Update for new generalised wall-functions 2012-07-24 16:42:03 +01:00
Henry
5cb555db9e Tutorials: Corrected selection of thermodynamics packages 2012-07-24 15:36:51 +01:00
Henry
734f853ca9 tutorials/combustion/XiFoam/les: Deleted the combusting pitzDaily case 2012-07-13 10:25:14 +01:00
sergio
433f81df7e Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-07-03 14:12:09 +01:00
sergio
2cc1d163bf Changing write interval at control 2012-07-03 14:10:08 +01:00
Henry
3069a182d5 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-07-03 14:00:42 +01:00
Henry
c1696f9cde mutWallFunctions: Generalised for RAS and LES
muSgsUSpaldingWallFunction removed, now use mutUSpaldingWallFunction
2012-07-03 13:57:27 +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
andy
426f0ef0f6 ENH: Further tutorial updates 2012-06-19 14:49:40 +01:00
andy
8aee63f444 ENH: Updated chemistry-combustion tutorial cases 2012-06-19 13:17:59 +01:00
andy
da4993fe62 ENH: Removed inappropriate entries from tutorial input dictionary 2012-06-13 11:18:25 +01:00
Henry
63da3e9afc Thermodynamics: Rationalization
At the specie level:
    hs = sensible enthalpy
    ha = absolute (what was total) enthalpy
    es = sensibly internal energy
    ea = absolute (what was total) internal energy

At top-level
    Rename total enthalpy h -> ha
    Rename sensible enthalpy hs -> h

Combined h, hs, e and es thermo packages into a single structure.

Thermo packages now provide "he" function which may return either enthalpy or
internal energy, sensible or absolute according to the run-time selected form

alphaEff now returns the effective diffusivity for the particular energy which
the thermodynamics package is selected to solve for.
2012-05-30 15:19:38 +01:00
sergio
fa4fd968a8 ENH: Renaming K to kappa and kappa to kappaRad in solid thermo and
updating tutorials
2012-05-08 11:02:39 +01:00
Henry
ef8efc27ba Solvers and tutorials: changed use of buoyantPressure BC to fixedFluxPressure 2012-04-20 09:49:58 +01:00
sergio
e48b238c01 ENH: Modifying eCont returning aCont form greyMeanAbsEmission and
wideBandAbsorptionEmission models and tutorials
2012-03-29 15:17:52 +01:00
sergio
f3d64c2409 ENH: Adding noCombustion model 2012-03-07 12:06:00 +00:00
andy
658f0a0680 ENH: Corrected/cleaned smallPoolFire2D tutorial input files 2012-03-02 17:14:30 +00:00
sergio
e75a5571a5 ENH: Changes to input for the PDR models 2012-02-17 17:31:46 +00:00
Sergio Ferraris
4351cb49ea ENh: Change schemes for oppositeBurningPanles 2011-12-02 12:36:13 +00:00
mattijs
2d0d6ab959 STYLE: oppositeBurningPanels: typo 2011-11-30 17:54:11 +00:00
mattijs
f0a68c0098 STYLE: tutorials: removed etraneous execute bit (chmod -x) 2011-11-25 15:59:59 +00:00
andy
636145b9b7 ENH: Added check to see if gnuplot exists on the system before creating graphs 2011-11-25 12:29:55 +00:00
Sergio Ferraris
93c8dc69e1 ENH: Uptoda topoSet in tutorial for fireFoam 2011-11-23 11:42:19 +00:00
Sergio Ferraris
be8284b0bd ENH: Uptodate of tutorials 2011-11-23 10:38:10 +00:00
Henry
3c7dc0e20a Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2011-11-22 17:55:13 +00:00
Henry
96068a670d Thermodynamics: Changed h-eqn to conserve total energy 2011-11-22 17:54:13 +00:00
Sergio Ferraris
0d28b42b81 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-11-22 16:24:25 +00:00
Sergio Ferraris
7c111f606c ENH: Changing singleStepCombustion to explicit in order to conserve
species
2011-11-22 16:23:41 +00:00
andy
d072fd9492 ENH: Updated extrudeToRegionMesh tutorial usage 2011-11-22 11:31:28 +00:00
andy
627991bfc4 ENH: deprecated dieselSpray library and related solvers/deps 2011-11-08 16:18:59 +00:00
Sergio Ferraris
6359c33bb8 STY: changing version name 2011-11-04 16:35:03 +00:00
Sergio Ferraris
7d4aa48b80 ENH: Up to date of flamePropagationWithObstacles tutorial 2011-11-04 16:33:31 +00:00
Henry
8a4c35d1b7 Corrected dictionary entries 2011-11-03 12:49:41 +00:00
Sergio Ferraris
cb13393b9d Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-10-05 13:37:51 +01:00
Sergio Ferraris
8ede7fdda4 ENH: Changing Yt to "calculated" to avoid division by zero 2011-10-05 13:37:07 +01:00
andy
45ca32a7e0 ENH: Updated surface film tutorials re: addition of sampleMode to extrudeToRegionMeshDict 2011-10-03 10:21:08 +01:00
andy
f4f078b979 ENH: Updated tutorial fvSolution files to employ updated solution ctrl params 2011-09-09 14:36:28 +01:00
andy
881c362d59 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-09-09 12:55:38 +01:00
Sergio Ferraris
fc3621011e STY: Changing headers version 2011-09-09 12:28:44 +01:00
andy
8ae9569085 ENH: Multiple commits - lumped due to git index file corruption
- Re-located mapped point patches
- Updated mapped patch write
- deprecated directMapped in favour of mapped
- updated resulting dependancies - apps/libs/tuts
2011-09-09 12:05:12 +01:00
Sergio Ferraris
ecb1061d4f BUG: Update pyrolysis dictionaries and change null constructor for
noPyrolysis model
2011-09-09 11:39:15 +01:00
andy
f790c24c6b Merge branch 'AMI' 2011-09-07 14:50:57 +01:00
Sergio Ferraris
f9b1582253 ENH: Addition of a collection of pyrolysys models 2011-09-07 10:57:29 +01:00
andy
4f40cdb7d7 GIT: Resolve conflict 2011-08-16 16:09:56 +01:00
Henry
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
mattijs
a44de4c568 STYLE: Ydefault: object name in header 2011-08-09 10:51:30 +01:00
sergio
57aa5cc838 ENH: Minor modifications to tutorial settings for combustion 2011-07-14 09:40:14 +01:00
sergio
1b7502f6e7 ENH: new combuustion classes and update tutorial (Lagrangian and
combustion)
2011-07-13 17:02:55 +01:00
andy
1d1e3c74ae ENH: Added paraview tmp file generation to multi-region tutorial case run scripts 2011-07-01 15:22:32 +01:00
OpenFOAM-admin
c720299876 ENH: Reverted back to version dev 2011-06-17 10:08:20 +01:00
andy
1c4fcc965f ENH: Tidied up tutorial input files for fireFoam 2011-06-14 17:14:01 +01:00
andy
050bcfafb3 GIT: Conflict resolution 2011-06-08 16:34:27 +01:00
andy
29c485361a STYLE: renamed version 2.0 -> 2.0.0 2011-06-08 16:31:07 +01:00
Henry
6038d5b02b tutorials: Updated run and clean scripts and corresponding 0 directories 2011-06-08 16:28:18 +01:00
andy
d2d91bb84f STYLE: Updated tutorial headers to version 2.0 2011-06-07 11:18:46 +01:00
sergio
3648f3953d STY: Web address 2011-06-07 10:37:23 +01:00
sergio
11687f40b8 STY: Headers change in tutorial 2011-06-07 10:34:42 +01:00
sergio
f3ab801a82 ENH: oppositeburningpPanels tutorial 2011-06-07 10:28:35 +01:00
sergio
51bdfb51fd STY: Update fireFoam tutorials for multispecies solver 2011-06-06 19:07:15 +01:00
andy
681948b401 ENH: Updated chemistry solver tutorials 2011-06-02 18:40:01 +01:00