Commit Graph

1469 Commits

Author SHA1 Message Date
mattijs
1d83996c0f STYLE: dynamicMeshDict: extraneous entry 2012-09-20 16:54:57 +01:00
mattijs
cbdba6b471 GIT: revert: revert bad commit b6c4e144c4 2012-09-20 15:19:25 +01:00
mattijs
dfa74d978c ENH: flowRateInletVelocity: different keywords for volumetric and mass 2012-09-20 14:21:40 +01:00
Henry
afcd78e005 Tutorials: Updated for thermo changes 2012-09-19 15:55:41 +01:00
Henry
ea9b8b9c2e Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-19 12:49:45 +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
mattijs
3f3644681e Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-14 13:32:06 +01:00
mattijs
96a5814b08 ENH: flange: rename to meshQualityDict 2012-09-13 15:04:58 +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
4d0620eaa6 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-12 09:53:50 +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
97acc11a4c moveDynamicMesh/SnakeRiverCanyon: Updated dynamicMeshDict 2012-09-11 14:05:06 +01:00
mattijs
d1cdf12be4 ENH: motorBike tutorial: use patchGroups 2012-09-10 14:24:31 +01:00
mattijs
f8268c433e STYLE: controlDict: removed tab 2012-08-31 17:02:10 +01:00
mattijs
bfbfa8f4a5 ENH: motionSolvers: dynamicMeshDict new syntax 2012-08-31 16:51:26 +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
df90b2db06 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-08 10:28:14 +01:00
sergio
0731c47257 ENH: Modifying oppositePanels combustion case 2012-08-08 10:27:40 +01:00
mattijs
ea0ba70e7a Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-03 17:37:18 +01:00
mattijs
e316a4d647 GIT:0/Ma: postprocessing file 2012-08-03 15:22:40 +01:00
sergio
4113feb869 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-03 14:49:25 +01:00
sergio
2d7f780e9a ENH: changing tolerances for p and U and diskDir 2012-08-03 14:48:13 +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
Henry
c1d61707b6 interDyMFoam tutorials: use phiAbs for P BCs 2012-08-02 16:33:32 +01:00
Henry
03fa349157 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-02 15:30:17 +01:00
Henry
6db2e55ab0 tutorials: Removed unmaintained files and unused dictionary entries 2012-08-02 15:30:10 +01:00
andy
79a4326b25 ENH: Clean-up tutorial geometries if copied from resources folder 2012-08-02 14:56:33 +01:00
Henry
30eba3882a Tutorials: Removed unmaintained files 2012-08-02 13:37:15 +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
ccba34694d Updated headers 2012-07-25 17:05:46 +01:00
Henry
f07a2b0bd5 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-07-25 16:54:36 +01:00
Henry
3ff15d1e2e pisoFoam/les/motorBike: Corrected 2012-07-25 16:54:33 +01:00
Henry
39b12cd9ab simpleFoam/turbineSiting: Simplified case to mesh in parallel but avoid the need for redistribution 2012-07-25 16:54:10 +01:00
mattijs
a0a0f89017 ENH: blockMeshDict: use new boundary syntax 2012-07-25 12:22:35 +01:00
sergio
785adf0495 BUG: Changing rho name in fvSolution for the solid region 2012-07-24 17:08:39 +01:00
Henry
df152c1ca4 sonicFoam/ras/prism/constant/thermophysicalProperties: Corrected choice of thermodynamics 2012-07-24 16:42:29 +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
6a5711af69 Removed unused file 2012-07-24 15:24:22 +01:00
Henry
1df540b4f5 simpleFoam/turbineSiting: corrected fvSchemes 2012-07-24 15:04:40 +01:00
Henry
249975bb75 rhoCentralFoam/biconic25-55Run35: Reduced the Courant number to improve boundedness and stability 2012-07-20 16:56:14 +01:00
Henry
0f03a90a69 rhoCentralFoam/biconic25-55Run35: Reduced the Courant number to improve boundedness and stability 2012-07-20 16:54:08 +01:00