mattijs
e1b6dfa6eb
ENH: flowRateVelocityInlet: fall back to rhoInlet
2012-09-24 12:00:52 +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
mattijs
93fe2b5f43
ENH: verticalChannel: no need for Allrun
2012-09-24 10:51:57 +01:00
mattijs
1e0cf2f960
BUG: verticalChannel: U starting off with incompressible mode for potentialFoam
2012-09-24 10:49:06 +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
661c26288d
sprayFoam and sprayEngineFoam: Updated thermodynamics to solve EEqn and support h and e
2012-09-22 22:43:42 +01:00
Henry
2997fc7ddb
LTSReactingParcelFoam tutorials: updated rhoMax and rhoMin
2012-09-22 19:44:11 +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
mattijs
b512a8f373
BUG: iglooWithFridges: missing file
2012-09-21 12:06:51 +01:00
mattijs
5dc1c259d4
ENH: verticalChannel: updated for fowRateInletVelocity
2012-09-21 12:03:08 +01:00
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
andy
8489de277d
GIT: conflict resolution
2012-09-17 12:03:11 +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
e6bc9ba2ae
GIT: resolved merge conflict
2012-08-21 18:17:27 +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
andy
b63f0a7451
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-08-10 18:19:33 +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
a3870d65df
GIT: Merge/resolve conflict
2012-08-03 12:28:20 +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
andy
d99100cee2
GIT: resolve merge conflict
2012-07-25 09:27:24 +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
Henry
734f853ca9
tutorials/combustion/XiFoam/les: Deleted the combusting pitzDaily case
2012-07-13 10:25:14 +01:00
andy
8cfaa5c223
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-07-12 11:14:48 +01:00
andy
b38fa5cb22
BUG: Corrected typo in tutorial fvSolution
2012-07-09 17:19:29 +01:00
mattijs
2587c7d641
GIT: boundary: not needed
2012-07-09 09:24:23 +01:00
mattijs
c0882aef0c
ENH: flange: tighten min-tet volume since has little effect
2012-07-06 17:42:22 +01:00
mattijs
a40ebc83ea
ENH: motorBike: correct application
2012-07-06 15:15:00 +01:00
andy
13d9a40907
ENH: Update to Aachen bomb tutorial input
2012-07-05 12:29:31 +01:00
mattijs
e177a11de6
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-07-03 15:04:40 +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
d21b61a883
Updated headers
2012-07-03 14:00:21 +01:00
Henry
c1696f9cde
mutWallFunctions: Generalised for RAS and LES
...
muSgsUSpaldingWallFunction removed, now use mutUSpaldingWallFunction
2012-07-03 13:57:27 +01:00
mattijs
84ff26263b
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-07-03 13:07:01 +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
ef2bc10d11
nutWallFunctions: Generalised for RAS and LES
...
nuSgsUSpaldingWallFunction removed, now use nutUSpaldingWallFunction
2012-07-03 10:34:20 +01:00
mattijs
cc1d0d27e4
ENH: mixerAMI: use reconstructPar as well
2012-07-02 13:55:57 +01:00
mattijs
971e5fe30f
ENH: movingCone: show usage of uniformFixedValue
2012-06-29 15:38:25 +01:00
mattijs
c8017cb44d
BUG: turbineSiting: removed extranous 'value' field of uniformFixedValue
2012-06-29 15:17:06 +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
35d545d08f
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2012-06-22 11:54:02 +01:00
Henry
0025112496
compressibleTwoPhaseEuler: Updated kinetic theory from 2.1.x
2012-06-22 11:50:55 +01:00
andy
df6578151d
ENH: Updated tutorial input files
2012-06-21 12:05:35 +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
andy
1e0a9c5ec8
ENH: Updated tutorial dictionary
2012-06-12 13:16:40 +01:00
Henry
b402c87b22
pipeCyclic/0.org/U: Updated constructor for Clang
2012-06-06 21:13:42 +01:00
andy
d8ec44502d
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-05-31 17:08:50 +01:00
andy
04d2165a31
ENH: Updated injection models for lagrangian tutorials
2012-05-31 16:51:31 +01:00
Henry
10332e4fff
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
...
Conflicts:
src/thermophysicalModels/basic/Make/files
src/thermophysicalModels/basic/basicThermo/basicThermo.C
src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.C
src/thermophysicalModels/basic/psiThermo/hsPsiThermo/hsPsiThermo.C
src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.C
src/thermophysicalModels/basic/rhoThermo/hsRhoThermo/hsRhoThermo.C
src/thermophysicalModels/thermalPorousZone/thermalModel/fixedTemperature/fixedTemperature.C
2012-05-30 15:32:20 +01:00
andy
c34efdac09
ENH: Removed redundant entries from splash tutorial
2012-05-30 15:26:38 +01:00
Henry
dead8ec098
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:21:32 +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
andy
afdd7db8b7
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-05-25 13:50:57 +01:00
andy
5da9ae8f2b
ENH: Simplified tutorial changeDictionaryDict
2012-05-25 13:50:41 +01:00
mattijs
5fe2004059
BUG: turbineSiting: remove *ProcAddressing files after parallel snappyHexMesh
2012-05-24 11:51:21 +01:00
mattijs
0136deb88e
ENH: extrudeMesh: make edge collape optional
2012-05-22 17:34:03 +01:00
mattijs
255b1c4ab4
ENH: blob: updated tutorial
2012-05-17 12:58:47 +01:00
mattijs
142c28d4f9
GIT: meshQualityDict: put under git
2012-05-17 12:30:48 +01:00
sergio
a3a567ea1c
ENh: Further changes to tutorials and source regarding
...
changes from K to kappa
2012-05-08 13:32:56 +01:00
sergio
7eb17886f8
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-05-08 11:03:57 +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
e5cd8fff64
compressible solvers: renamed Kp -> Ekp (kinetic + pressure energy)
2012-05-04 16:20:11 +01:00
Henry
f36879826e
rhoPimplecFoam: setup tutorial consistent with rhoPimpleFoam
2012-05-03 15:18:50 +01:00
Henry
b55941c07f
compressible solvers: Name pressure diffusivity Dp
2012-05-03 14:15:15 +01:00
Henry
26c9d330e7
rhoPimplecFoam: New compressible solver featuring PIMPLEC
2012-05-03 14:14:40 +01:00
Henry
ac9203e1b8
rhoSimplecFoam: Added coupled-patch handling to H1 to support parallel running
2012-05-02 10:53:29 +01:00
sergio
980027bd60
BUG: Delay the call to solidThermo in Radiation BC constructor
...
in case the solid region has not being constructed yet
2012-04-24 10:43:44 +01:00
sergio
e03d93551b
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
...
Conflicts:
tutorials/incompressible/pimpleFoam/elipsekkLOmega/constant/polyMesh/boundary
2012-04-20 12:41:42 +01:00
sergio
13ef974eff
ENH: Adding -overwrite option to mirrorMesh and update tutorial
2012-04-20 12:16:50 +01:00
Henry
ef8efc27ba
Solvers and tutorials: changed use of buoyantPressure BC to fixedFluxPressure
2012-04-20 09:49:58 +01:00
mattijs
7dc2f6980d
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-04-19 16:17:17 +01:00
mattijs
ccf1499eef
ENH: elipsekkLOmega: Allrun script cleanup
2012-04-19 16:16:57 +01:00
laurence
dfac320401
BUG: Add surfaceFeatureExtract dictionary defaults
2012-04-19 15:04:51 +01:00
laurence
9ed9e9327e
Merge branch 'surfaceFeatureExtract-Tutorials'
2012-04-19 15:04:14 +01:00
laurence
12d560aa03
BUG: Add surfaceFeatureExtract dictionaries to the tutorials
2012-04-19 14:37:31 +01:00
Henry
28762dc468
Removed trailing whitespace
2012-04-19 14:17:30 +01:00
Henry
59f63768d6
multiphase: Changed phiU to phiHbyA and cache HbyA rather than store the velocity predictor in U
2012-04-19 09:39:56 +01:00
Henry
6ce4484918
interFoam et. al.: Changed phiU to phiHbyA and cache HbyA rather than changing U
2012-04-18 16:33:59 +01:00
Henry
629bca4de9
compressibleInterFoam: Add support for run-time selectable equation of state
2012-04-16 15:54:08 +01:00
Henry
9ba839942e
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2012-04-16 11:47:34 +01:00
Henry
8e3e1808ec
compressibleInterFoam: Added thermal support
2012-04-16 11:47:28 +01:00
sergio
47355f43e4
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-04-13 16:31:37 +01:00
sergio
48c70a91df
ENH: Adding dimensioSet to DataEntry and modify MRFZone entry types
2012-04-13 16:31:07 +01:00
Henry
ed368b434c
mixerVessel2D tutorials: Added missing topoSetDict
2012-04-05 17:51:45 +01:00
Henry
fca4d338ea
rhoSimplecFoam/squareBend: Update tutorial for latest version of rhoSimplecFoam
2012-04-04 17:44:42 +01:00
mattijs
69569cc45e
STYLE: surfaceFeatureExtract: get info from Coeffs dictionary. Added comment
2012-04-03 10:36:23 +01:00
mattijs
5d60157dd1
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-04-02 18:10:01 +01:00
mattijs
9821123c86
ENH: snappyMultiRegionHeater: adapt for surfaceFeatureExtractDict
2012-04-02 17:58:45 +01:00
Henry
917301d62b
Corrected headers and formatting
2012-04-02 12:06:36 +01:00
mattijs
8e4af30958
ENH: flange: add snappyHexMesh
2012-03-30 16:11:26 +01:00
mattijs
ccbc6b03f9
ENH: surfaceFeatureExtract: extract features
2012-03-30 16:09:19 +01:00
mattijs
143b4b7039
ENH: flange: run snappyHexMesh to add layers
2012-03-30 16:02:47 +01:00
laurence
04bacc14d5
ENH: cvMesh blob tutorial updated
2012-03-28 08:43:27 +01:00
sergio
e48b238c01
ENH: Modifying eCont returning aCont form greyMeanAbsEmission and
...
wideBandAbsorptionEmission models and tutorials
2012-03-29 15:17:52 +01:00
mattijs
d2e63f4293
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-22 10:42:05 +00:00
mattijs
ce3fdbece7
ENH: blob: demonstrate adding extrusion through snappyHexMesh
2012-03-22 10:39:57 +00:00
Henry
dd3b4452c7
twoPhaseEulerFoam/mixerVessel2D tutorial: make laminar and clean-up
2012-03-21 17:43:59 +00:00
Henry
97ffec39cc
woPhaseEulerFoam/bed2: Correct BCs
2012-03-21 17:39:26 +00:00
Henry
d318bf6f5b
twoPhaseEulerFoam/bed2/0/alpha1.org: initial alpha1 field
2012-03-21 17:31:31 +00:00
Henry
1564d0c370
multiphaseEulerFoam/mixerVessel2D: new tutorial to test MRF capability in multiphaseEulerFoam
2012-03-21 17:30:59 +00:00
Henry
e09d04c3ba
twoPhaseEulerFoam: updated tutorials
2012-03-19 16:15:44 +00:00
Henry
bd1317b71b
twoPhaseEulerFoam/mixerVessel2D: new tutorial for MRF support in twoPhaseEulerFoam
2012-03-19 11:58:40 +00:00
Henry
aa7066dad9
Updated headers
2012-03-16 16:13:58 +00:00
Henry
cc656fa844
Updated headers
2012-03-16 16:12:46 +00:00
Henry
0a28425f2c
compressibleTwoPhaseEulerFoam/mixerVessel2D: new tutorial to test the MRF capability in compressibleTwoPhaseEulerFoam
2012-03-16 16:10:27 +00:00
Henry
1fdd95d1b4
compressibleTwoPhaseEulerFoam/bubbleColumn: changed liquid height
2012-03-15 11:56:47 +00:00
Henry
b8c9a08733
compressibleTwoPhaseEulerFoam/bubbleColumn tutorial: changed liquid height to be consistent
2012-03-15 11:56:21 +00:00
sergio
f3d64c2409
ENH: Adding noCombustion model
2012-03-07 12:06:00 +00:00
andy
7f4a32a5d7
BUG: Corrected turbineSiting tutorial nut initial condition
2012-03-07 11:07:46 +00:00
laurence
acb475ee90
ENH: cvMesh blob tutorial: update settings
2012-03-05 12:08:02 +00:00
laurence
446cb7da01
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-05 12:04:23 +00:00
laurence
b46c481b32
ENH: cvMesh flange tutorial: update settings
2012-03-05 12:03:56 +00:00
mattijs
5242bcf9b8
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-05 11:04:55 +00:00
andy
66a62f4485
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-02 18:19:24 +00:00
andy
658f0a0680
ENH: Corrected/cleaned smallPoolFire2D tutorial input files
2012-03-02 17:14:30 +00:00
mattijs
609453ddbc
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-02 12:24:58 +00:00
mattijs
91c73098fa
ENH: streamLines: updated syntax for functionObject
2012-03-02 12:12:36 +00:00
Henry
7701ff470f
twoPhaseEulerFoam tutorials: updated alpha1Max
2012-03-02 12:10:31 +00:00
Henry
6a2b77c361
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-01 18:23:12 +00:00
Henry
c2041f9dba
multiphase: completed phase renaming
2012-03-01 18:22:59 +00:00
mattijs
157b2b4e4d
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-01 12:52:06 +00:00
Henry
ab96ba7453
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2012-02-29 16:40:17 +00:00
Henry
2491f257b1
Corrected line lengths
2012-02-29 16:39:53 +00:00
andy
ef778ed663
STYLE: Updated version number in tutorial file
2012-02-29 14:24:06 +00:00
andy
3bbe04eae8
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-02-29 14:23:13 +00:00
andy
9ad38ed168
ENH: Minor update to tutorial case schemes
2012-02-29 14:23:04 +00:00
mattijs
5ebf6ca2f8
ENH: README.txt: description of directional cht
2012-02-29 11:09:16 +00:00
mattijs
055108622e
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-02-29 10:31:04 +00:00
mattijs
c20b3d761c
BUG: Allrun: wrong redirect
2012-02-29 10:30:50 +00:00
Henry
8820040259
twoPhaseEulerFoam tutorials: add residualSlip entry
2012-02-28 16:30:08 +00:00
andy
6694baf96f
ENH: tutorial script: rm was producing an error if folder was not presnt
2012-02-27 10:24:22 +00:00
Henry
5eb7e465ba
twoPhaseEulerFoam tutorials: update velocity BCs
2012-02-24 17:13:46 +00:00
Henry
7e580905f1
twoPhaseEulerFoam bubbleColumn tutorial: add relaxation factors
2012-02-24 17:13:18 +00:00
mattijs
24bb1e34e2
ENH: TJunction: sensible initial values
2012-02-24 13:01:28 +00:00
Henry
f5f6c87204
multiphase solvers: added support for the multiphaseFixedFluxPressure BC
2012-02-24 10:11:06 +00:00
mattijs
d9f336dad2
GIT: TJunctionFan: remove unused boundary file
2012-02-21 13:02:21 +00:00
mattijs
97cf2b8a8d
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-02-20 13:11:42 +00:00
mattijs
703954e483
ENH: propeller tutorial: no need for boundary file
2012-02-20 13:03:44 +00:00
sergio
e75a5571a5
ENH: Changes to input for the PDR models
2012-02-17 17:31:46 +00:00
mattijs
812aee3fe6
ENH: system/controlDict: added used libraries so run with disallowGenericxxx
2012-02-17 17:30:26 +00:00
mattijs
2c973f081d
ENH: propeller: simplify setup (remove changeDictionary to add patches)
2012-02-17 17:24:37 +00:00
Henry
d0795f9625
settlingFoam: improved handling of the turbulence and wall-functions
2012-02-17 12:46:03 +00:00
sergio
e061c08434
Tutorial for kklOmega turb model
2012-02-15 16:58:44 +00:00
mattijs
5e7d5dbc03
ENH: motorBike/controlDict: add necessary dictionaries
2012-02-14 18:20:14 +00:00
laurence
860b1bf1eb
BUG: cvMesh: Update tutorial dictionaries
2012-02-07 12:42:23 +00:00
mattijs
f615ba2ab6
STYLE: wallBoundedStreamLines: added comment
2012-02-07 09:38:11 +00:00
mattijs
54b5b66023
ENH: wallBoundedStreamLine: updated motorBike tutorial.
2012-02-07 08:47:50 +00:00
mattijs
81f626c536
BUG: channel395: asymmetric expansion ratio
2012-02-06 09:08:48 +00:00
sergio
78c6ac6133
ENH: Changes to the turbine site tutorial
2012-02-02 15:32:35 +00:00
andy
73abe46e82
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-31 12:19:56 +00:00
Henry
52d5229be4
interDyMFoam floatingObject tutorial: update relaxation factors
2012-01-31 11:19:36 +00:00
andy
75bd44d7fd
ENH: Updated channelFoam tutorial to use pimpleFoam with sourcesProperties
2012-01-30 17:59:53 +00:00
andy
730ac180bf
ENH: Added -root option to tutorial Alltest to initiate test from specifoed root folder
2012-01-26 15:46:40 +00:00
andy
f5d026dd71
STYLE: Removed duplicate ;;'s in tutorial dictionaries
2012-01-25 10:00:07 +00:00
mattijs
242143be1b
ENH: multiRegionHeater: added function objects on region
2012-01-25 08:53:38 +00:00
Henry
eecd71f380
pisoFoam motorBike tutorial: correct relaxation factors
2012-01-19 16:28:01 +00:00
Henry
fa9eb43280
damBreakPorousBaffle tutorial: corrected relaxation
2012-01-12 18:04:19 +00:00
sergio
e4e42a9f87
Merge branch 'master' into fieldSourcesLib
2012-01-10 15:49:07 +00:00
sergio
e1462229c0
ENH: Changing chtMultiRegionFoam tutorial entries
2012-01-10 15:47:47 +00:00
andy
5cb322dbdc
ENH: Restricted pEqn maxIter to 20 for parcel evaporation tutorial case
2012-01-10 15:24:32 +00:00
Henry
2a6b61d191
multiphaseEulerFoam/damBreak4phaseFine: new tutorial
2011-12-28 17:53:12 +00:00
Henry
49cd1382c5
multiphaseEulerFoam: final version for ANL including ad hoc slamming energy attenuation source
2011-12-28 17:50:55 +00:00
mattijs
72520e6c95
ENH: snappyHexMeshDict: fixed (unused) setting
2011-12-23 12:12:50 +00:00
mattijs
c037d24848
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-12-21 11:22:31 +00:00
mattijs
0504c7a4f6
STYLE: system/streamLines: documented new tracking option
2011-12-21 11:22:02 +00:00
Henry
014c92982a
multiphaseEulerFoam damBreak4phase tutorial: improved transport settings
2011-12-21 10:20:35 +00:00
andy
2dc13eb942
ENH: tutorialse: use orthogonal scheme on orthogonal meshes
2011-12-16 15:30:58 +00:00
andy
bd26bcca6b
ENH: Limit maxIter for p in parcelInBox tutorial - carrier not solved
2011-12-16 15:30:07 +00:00
andy
bde3edacd3
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-12-16 12:17:24 +00:00
andy
6efb6a2027
ENH: Cleaned-up tutorial thermo input dictionaries for use with reacting clouds
2011-12-16 12:14:46 +00:00
andy
13fdae844c
ENH: Updated simplifiedSiwek coalChemistryFoam solver
2011-12-16 10:37:27 +00:00
mattijs
657e68ed78
ENH: ensightWriter: added ensight format to sampledSets
2011-12-15 10:16:59 +00:00
andy
e83f9b1d1e
ENH: Updated sprayFoam AachenBomb tutorial case set-up
2011-12-13 18:36:31 +00:00
mattijs
72ef3d26e4
ENH: renumberMesh: backwards compatibility: use default if no system/renumberMeshDict
2011-12-09 11:27:11 +00:00
mattijs
cb15093222
ENH: renumberMeshDict: added to tutorials
2011-12-08 16:39:51 +00:00
mattijs
523f8d6915
BUG: GeometricBoundaryField: handle patch groups
2011-12-06 21:16:12 +00:00
Henry
142142b172
multiphaseEulerFoam damBreak4phase: Changed air bubble size for stability
2011-12-06 09:26:29 +00:00
Henry
19a743fd02
multiphaseEulerFoam tutorials: Update the residual drag specification
2011-12-05 10:18:22 +00:00
Sergio Ferraris
4351cb49ea
ENh: Change schemes for oppositeBurningPanles
2011-12-02 12:36:13 +00:00
andy
2b86924231
STYLE: Minor code formatting
2011-12-01 17:15:42 +00:00
andy
c47672036c
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-12-01 17:14:20 +00:00
andy
13d6a66f3b
BUG: Re-instated BCs in TJunctionFace tutorial
2011-12-01 17:14:06 +00:00
mattijs
2d0d6ab959
STYLE: oppositeBurningPanels: typo
2011-11-30 17:54:11 +00:00
mattijs
b280bfed00
BUG: cylinder: fvSolution syntax error
2011-11-30 17:24:51 +00:00
andy
02ed1b8359
ENH: Minor modification to tutorial set-up
2011-11-30 09:32:11 +00:00
Henry
e58c1a9d77
rhoCentralFoam tutorials: move All.* scripts into each case
2011-11-28 16:16:59 +00:00
Henry
5733122746
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-28 16:15:44 +00:00
Henry
70592ba210
Tutorials: updates to run with the latest developments
2011-11-28 16:15:42 +00:00
andy
d855045445
ENH: Moved STL surface to tutorial resources and updated scripts
2011-11-28 14:57:14 +00:00
andy
6818acac51
STYLE: tutorial version
2011-11-28 09:56:23 +00:00
andy
d01a8bc9df
ENH: Updated total pressure BC for TJunction tutorials
2011-11-28 09:54:45 +00:00
andy
c5c5e0b3eb
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-25 16:14:10 +00:00
andy
e3b395ae20
ENH: Restructed CAD geometries in tutorials
2011-11-25 16:06:48 +00:00
mattijs
f0a68c0098
STYLE: tutorials: removed etraneous execute bit (chmod -x)
2011-11-25 15:59:59 +00:00
andy
ea52a8bca6
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-25 12:32:09 +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
mattijs
c95300a083
STYLE: tutorials: topoSet instead of setSet
2011-11-25 12:18:45 +00:00
mattijs
6c4afb89db
ENH: propeller: clear feature lines
2011-11-25 11:53:42 +00:00
mattijs
50a14a9cfc
STYLE: tutorials: topoSet instead of setSet
2011-11-25 11:38:02 +00:00
mattijs
cd93ba899c
STYLE: tutorials: topoSet instead of setSet
2011-11-25 08:30:22 +00:00
mattijs
5d4dd8c65e
STYLE: tutorials: topoSet instead of setSet
2011-11-25 08:21:11 +00:00
mattijs
f63ad6a8ec
STYLE: tutorials: use topoSet
2011-11-24 17:37:59 +00:00
mattijs
73a6496252
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-24 17:32:37 +00:00
mattijs
0043cf6d3a
STYLE: tutorials: use topoSet
2011-11-24 16:11:05 +00:00
mattijs
50f92cad4c
STYLE: heatTransfer tutorials: use topoSet
2011-11-24 16:11:05 +00:00
mattijs
e314d4dc59
STYLE: mutliRegionHeater: use topoSet
2011-11-24 16:02:58 +00:00
Henry
7d218b5e02
porousExplicitSourceReactingParcelFoam: Add total energy source term to enthalpy equation
...
Pressure time derivative term is run-time switchable
2011-11-24 15:26:59 +00:00
Henry
fc6049ab3f
Thermodynamics: Further changes relating to the total energy sources for the enthalpy equation
2011-11-24 08:33:05 +00:00
Henry
0f3b422888
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-23 16:56:16 +00:00
Henry
dc810ea88d
Thermodynamics: Completed most of the conversion of the enthalpy source
2011-11-23 16:56:13 +00:00
mattijs
fabf645c08
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-23 15:28:54 +00:00
mattijs
b06cd15151
BUG: extrudeToRegionMesh: fix indexing.
2011-11-23 15:28:38 +00:00
Sergio Ferraris
93c8dc69e1
ENH: Uptoda topoSet in tutorial for fireFoam
2011-11-23 11:42:19 +00:00
Sergio Ferraris
a7c4badeee
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-23 10:38:41 +00:00
Sergio Ferraris
be8284b0bd
ENH: Uptodate of tutorials
2011-11-23 10:38:10 +00:00
andy
0a69856c5d
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-23 10:25:43 +00:00
andy
b38f6be7b4
ENH: Updated turbineSiting tutorial input files
2011-11-23 10:25:32 +00:00
Henry
d54c03ed92
Tutorials: corrected fvSchemes for new total energy source formulation
2011-11-23 10:22:19 +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
andy
fbd4abd21c
BUG: Corrected turbine siting tutorial case initial conditions
2011-11-22 17:01:17 +00:00
andy
479591738f
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-22 16:34:17 +00:00
andy
c486fc97f7
ENH: Tutorial file update
2011-11-22 16:33:02 +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
6286b2e679
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-22 16:02:01 +00:00
andy
9bd358f0a7
ENH: Updated tutorial velocity field
2011-11-22 15:58:10 +00:00
andy
fdee1a2786
STYLE: minor formatting
2011-11-22 15:00:51 +00:00
mattijs
0e11b5090e
ENH: redistributePar: renamed redistributeMeshPar
2011-11-22 12:56:28 +00:00
andy
d072fd9492
ENH: Updated extrudeToRegionMesh tutorial usage
2011-11-22 11:31:28 +00:00
andy
6b71297665
ENH: tutorial input file updates related to DataEntry changes
2011-11-21 18:38:47 +00:00
andy
9086a97204
ENH: Added propeller AMI test case for pimpleDyMFoam solver
2011-11-18 12:06:27 +00:00
andy
b9975ffbac
STYLE: Updated web-link for tutorial files
2011-11-18 10:16:55 +00:00
andy
43936be96b
ENH: Added oscillatingBox tutorial case for potentialFreeSurfaceFoam solver
2011-11-18 10:10:39 +00:00
mattijs
a05f38db94
ENH: TJunction: changed to run piso mode (1 outer, 2 inner correctors)
2011-11-15 10:59:34 +00:00
mattijs
568917214c
ENH: pipeCyclic/Allrun: enable dynamic code
2011-11-15 10:30:34 +00:00
mattijs
fb1783ab29
ENH: pipeCyclic: pipe using AMI
2011-11-14 15:10:11 +00:00
mattijs
6f84a643eb
ENH: mixerVesselAMI: change relative solvers to smoothers.
2011-11-11 15:08:04 +00:00
mattijs
6bedf22896
ENH: mixerVesselAMI2D: set-up to use GAMG and optional parallel running
2011-11-09 12:36:05 +00:00
Sergio Ferraris
8968d1d0ae
ENH: Moving circuitBoardCooling tutorial to buoyantSimpleFoam folder
...
and deleting old buoyantBaffleSimpleFoam
2011-11-08 16:39:36 +00:00
andy
5655312c17
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-08 16:19:52 +00:00
andy
627991bfc4
ENH: deprecated dieselSpray library and related solvers/deps
2011-11-08 16:18:59 +00:00
mattijs
b4c2787919
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-07 13:44:16 +00:00
andy
028b6b2cef
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-07 12:20:51 +00:00
andy
86666c3f5f
ENH: Updates to AMI 2-D mixer tutorial
2011-11-07 12:20:40 +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
mattijs
4156c354c3
STYLE: controlDict: remove unused entries
2011-11-04 10:28:49 +00:00
andy
07c71f6d9d
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-03 17:42:36 +00:00
Henry
414b78d805
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-03 16:35:30 +00:00
andy
213ace9bc2
STYLE: Updated tutorial field source input data
2011-11-03 15:30:24 +00:00
andy
1131853c56
ENH: Removed p entry from tutorial sourcesProperties dictionary
2011-11-03 15:25:25 +00:00
Henry
8a4c35d1b7
Corrected dictionary entries
2011-11-03 12:49:41 +00:00
andy
5ac497d403
BUG: Corrected mass source in filter tutorial
2011-11-03 11:25:20 +00:00
andy
63e57ff041
STYLE: corrected typo
2011-11-03 10:24:20 +00:00
andy
140ece3b5e
ENH: deprecated windSimpleFoam and moved turbineSiting tutorial to simpleFoam
2011-11-02 17:03:38 +00:00
andy
76504a6984
ENH: Updated windSimpleFoam turbineSiting tutorial field sources
2011-11-02 15:33:53 +00:00
andy
f18f1ca15c
GIT: Resolve conflict
2011-11-02 12:50:27 +00:00
andy
4ccd9a3ade
ENH: Updated tutorials using field sources
2011-11-02 12:41:58 +00:00
Sergio Ferraris
8f1404db7f
STY: Changing version in header
2011-11-02 11:02:03 +00:00
Sergio Ferraris
16d86e0201
ENH: Changing dictinary entries for thermal and mechanic properties
2011-11-02 11:00:30 +00:00
Henry
3ecf14d584
Corrected entry
2011-11-01 13:17:14 +00:00
Henry
a0459cb253
Minor reformatting
2011-10-27 17:19:57 +01:00
Sergio Ferraris
8ebd492595
ENH: Changing mechanical and thermal properties to volScalarFields
2011-10-25 17:40:30 +01:00
mattijs
cffca9b802
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-10-24 21:35:10 +01:00
Henry
6340aa6145
Corrected web-site
2011-10-21 14:42:51 +01:00
Henry
a05d810b15
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2011-10-21 14:37:26 +01:00
Henry
7b03bdefd8
Update version
2011-10-21 14:37:17 +01:00
Henry
ff4d99f439
Added motorBike LES from Gijs
2011-10-21 14:31:45 +01:00
mattijs
fcebb1e6e7
BUG: potentialFoam/cylinder: indexing into non-existing patch in parallel
2011-10-20 16:11:45 +01:00
mattijs
a10f84ac07
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-10-19 18:27:18 +01:00
mattijs
9914c941da
ENH: streamLine: 'UName' instead of 'U'
2011-10-19 18:26:37 +01:00
Henry
a10f6502fb
compressibleTwoPhaseEulerFoam/bubbleColumn tutorial: add correctAlpha setting
2011-10-19 12:20:31 +01:00
Henry
991a0366ba
gcc: 4.6.1 is now the default
2011-10-19 12:19:56 +01:00
Sergio Ferraris
1f42aad419
BUG: Changing min(z0, 0.001) to max(zo, 0.001)
2011-10-19 10:04:31 +01:00
mattijs
5fde154ce4
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-10-05 17:32:24 +01:00
mattijs
99c860d2e2
ENH: Time: secondary write controls, signal handling
2011-10-05 17:31:12 +01: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
Henry
f76944d8ed
interDyMFoam/ras/damBreakWithObstacle tutorial: updated
2011-09-29 17:30:26 +01:00
mattijs
b96eb963f9
ENH: dynamicRefineFvMesh: check all fluxes for interpolation
2011-09-28 12:28:34 +01:00
mattijs
8228454693
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-09-20 13:45:47 +01:00
Henry
cc53e3f068
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2011-09-16 19:18:23 +01:00
Henry
72a2f9b45c
multiphaseEulerFoam: further updates to the MRF functionality
2011-09-16 19:18:19 +01:00
mattijs
01e3850eda
STYLE: snappyHexMeshDict: adapted comment on maxLocalCells.
2011-09-16 18:23:47 +01:00
mattijs
67d17dcb12
STYLE: maxerVesselAMI2D: remove unused file
2011-09-16 14:43:43 +01:00
mattijs
906acdcdef
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
...
Conflicts:
src/postProcessing/functionObjects/field/nearWallFields/nearWallFields.C
2011-09-13 10:14:15 +01:00
andy
27e9485e96
BUG: Continuation of partial revert in commit b6fafa7
2011-09-12 18:05:09 +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
70ab8f592b
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-09-09 11:40:09 +01:00
Sergio Ferraris
ecb1061d4f
BUG: Update pyrolysis dictionaries and change null constructor for
...
noPyrolysis model
2011-09-09 11:39:15 +01:00
Henry
71a5db4db0
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2011-09-09 10:45:13 +01:00
Henry
4ff31e73ef
multiphaseEulerFoam: Added support for MRF and different schemes for each phase-fraction
...
Corrected tutorials
2011-09-09 10:45:07 +01:00
andy
23feb21425
ENH: Updated film tutorial BCs directMapped->mapped
2011-09-09 10:29:01 +01:00
andy
7b431d720f
ENH: Updated AMI tutorial case
2011-09-08 16:05:50 +01:00
andy
32be9b48de
STYLE: corrected tutorial file header
2011-09-07 14:52:34 +01:00
andy
f790c24c6b
Merge branch 'AMI'
2011-09-07 14:50:57 +01:00
andy
6b12073a6b
ENH: Updated AMI tutorial case
2011-09-07 14:41:13 +01:00
andy
2d5f2d8cf5
Merge branch 'master' into AMI
2011-09-07 13:16:20 +01:00
andy
f8256175eb
ENH: Removed unnecessary libs entry from tutorial file
2011-09-07 13:12:31 +01:00
Sergio Ferraris
f9b1582253
ENH: Addition of a collection of pyrolysys models
2011-09-07 10:57:29 +01:00
Henry
15007fb23e
Update header
2011-09-06 09:38:00 +01:00
Henry
5139d52bd6
Update header
2011-09-05 19:16:17 +01:00
Henry
2e9a84ac68
Remove unnecessary files
2011-09-05 19:16:03 +01:00
Henry
4c2c6de022
Remove unnecessary spaces
2011-09-05 19:15:39 +01:00
Henry
9babcf663c
Remove unused entry
2011-09-05 19:13:32 +01:00
Henry
c136440c79
minor update
2011-09-05 19:13:11 +01:00
Henry
8cd7ca50a3
minor update
2011-09-05 19:12:10 +01:00
Henry
a8925f3839
multiphaseInterFoam/laminar/damBreak4phase: remove refPhase
2011-09-05 19:11:20 +01:00
Henry
1c9da0d8e2
compressibleTwoPhaseEulerFoam/bubbleColumn tutorial: make the inlet condition consistent with the standard bubbleColumn
2011-09-05 19:10:46 +01:00
Henry
2c335d360b
multiphaseEulerFoam: new solver
...
including two simple tutorial cases
2011-09-05 19:06:38 +01:00
andy
3a2b4dca63
ENH: Updated AMI functionality - re: projection surface
2011-09-01 15:45:20 +01:00
Henry
b1feecf7c3
SRFVelocityFvPatchVectorField: Updated the definition of "relative" so that it refers to relative to the absolute frame.
2011-08-26 14:30:27 +01:00
andy
53ff66996e
BUG: Removed spurious entries in transport dictionary
2011-08-25 12:08:42 +01:00
andy
43f56cfaf6
BUG: Removed spurious entries in transport dictionary
2011-08-25 12:06:40 +01:00
andy
ad77741dec
ENH: Updates to AMI and tutorial
2011-08-25 10:53:52 +01:00
Henry
d9d5aac498
Corrected headers
2011-08-24 17:21:00 +01:00
Henry
8696c4502e
compressibleTwoPhaseEulerFoam: further files for the tutorial cases
2011-08-24 17:17:46 +01:00
Henry
dab6fa5ed8
compressibleTwoPhaseEulerFoam: new solver for momentum conservative compressible two-phase flow
2011-08-24 17:17:10 +01:00
andy
c82b075b64
ENH: Minor AMI code update
2011-08-24 10:44:09 +01:00
andy
fe2633b094
ENH: Added AMI mixed tutorial case
2011-08-24 09:46:39 +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
Henry
3f2d0519eb
Corrected headers
2011-08-09 10:45:12 +01:00
Henry
391d788a29
Corrected headers
2011-08-09 10:42:37 +01:00
Henry
2f00aecea2
cvMesh: updated tutorials
2011-08-09 10:40:44 +01:00
Henry
425d51a985
MMULES: new development of the MULES limiter to support limiting the sum of phase-fractions
...
multiphaseInterFoam: Upgraded to use the new MMULES algorithm
2011-08-09 10:39:58 +01:00
Henry
9e02bcc070
Corrected copyright
2011-08-06 23:38:12 +01:00
Henry
334f5bf2d9
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-08-06 21:29:58 +01:00
Henry
a412bb43ce
motorBike tutorial: Added "value" entries to allow post-processing of 0
2011-08-06 21:29:53 +01:00
andy
3922f8a0e5
BUG: Tutorial file with incorrect object name
2011-08-04 17:30:21 +01:00
mattijs
d7429428a2
ENH: TJunction: increase endTime to converge
2011-07-28 15:45:28 +01:00
mattijs
79f76ae634
STYLE: date and version
2011-07-26 13:51:02 +01:00
mattijs
b1aa7bcde0
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-07-26 13:49:17 +01:00
Henry
d191bac755
damBreakPorousBaffle: Updated tutorial case
2011-07-25 15:28:18 +01:00
mattijs
0c74f48fef
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-07-25 09:38:17 +01:00
Henry
33054adb1c
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/0/p_rgh
tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/Allrun
2011-07-23 19:53:38 +01:00
Henry
6924b159b8
damBreakPorousBaffle: New tutorial to test porousBaffle BC
2011-07-23 19:50:40 +01:00
sergio
bae831d7cb
ENH: Adding topo set to tutorial
2011-07-22 18:39:27 +01:00
sergio
01d07b6772
STY: Changing versions
2011-07-22 18:03:26 +01:00
sergio
27a2b22645
ENH: Adding tutorial for porous baffle
2011-07-22 17:58:41 +01:00
mattijs
48bf137f86
ENH: TJunction: updated cases to use topoSet. Changed to relative pressure level
2011-07-22 17:39:19 +01:00
mattijs
9f577ed721
STYLE: controlDict: header
2011-07-21 14:47:04 +01:00
mattijs
b62314425c
STYLE: topoSetDict: version
2011-07-21 14:45:56 +01:00
mattijs
9ff346bb11
Merge branch 'cvm'
2011-07-21 13:06:10 +01:00
mattijs
d205a84e8d
Merge branch 'master' into cvm
...
Conflicts:
src/meshTools/searchableSurface/closedTriSurfaceMesh.C
src/meshTools/searchableSurface/closedTriSurfaceMesh.H
2011-07-20 18:18:22 +01:00