Henry
332c3cc37f
Tutorials: change topoSetDicts to avoid duplicate names
2015-02-12 10:01:31 +00:00
Henry
2aec249647
Updated the whole of OpenFOAM to use the new templated TurbulenceModels library
...
The old separate incompressible and compressible libraries have been removed.
Most of the commonly used RANS and LES models have been upgraded to the
new framework but there are a few missing which will be added over the
next few days, in particular the realizable k-epsilon model. Some of
the less common incompressible RANS models have been introduced into the
new library instantiated for incompressible flow only. If they prove to
be generally useful they can be templated for compressible and
multiphase application.
The Spalart-Allmaras DDES and IDDES models have been thoroughly
debugged, removing serious errors concerning the use of S rather than
Omega.
The compressible instances of the models have been augmented by a simple
backward-compatible eddyDiffusivity model for thermal transport based on
alphat and alphaEff. This will be replaced with a separate run-time
selectable thermal transport model framework in a few weeks.
For simplicity and ease of maintenance and further development the
turbulent transport and wall modeling is based on nut/nuEff rather than
mut/muEff for compressible models so that all forms of turbulence models
can use the same wall-functions and other BCs.
All turbulence model selection made in the constant/turbulenceProperties
dictionary with RAS and LES as sub-dictionaries rather than in separate
files which added huge complexity for multiphase.
All tutorials have been updated so study the changes and update your own
cases by comparison with similar cases provided.
Sorry for the inconvenience in the break in backward-compatibility but
this update to the turbulence modeling is an essential step in the
future of OpenFOAM to allow more models to be added and maintained for a
wider range of cases and physics. Over the next weeks and months more
turbulence models will be added of single and multiphase flow, more
additional sub-models and further development and testing of existing
models. I hope this brings benefits to all OpenFOAM users.
Henry G. Weller
2015-01-21 19:21:39 +00:00
Henry
69ff8aa4d2
wallDist: now a MeshObject cached and updated automatically with a run-time selected algorithm
...
When using models which require the wallDist e.g. kOmegaSST it will
request the method to be used from the wallDist sub-dictionary in
fvSchemes e.g.
wallDist
{
method meshWave;
}
specifies the mesh-wave method as hard-coded in previous OpenFOAM versions.
2015-01-08 10:40:23 +00:00
Henry
402ce6c834
Renamed minParticleMass -> minParcelMass
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1288
2014-12-18 12:25:19 +00:00
Henry
46bf38d5de
Ensure fields are initialized before mapping to avoid SIGFPE caused by uninitialized values
2014-12-16 14:32:39 +00:00
Henry
41368addc9
Minor change to comment
2014-12-14 21:50:14 +00:00
OpenFOAM-admin
9fb26d59d3
GIT: Repo update
2014-12-11 08:35:10 +00:00
Henry
3bcc136458
Updated DPM and MPPIC tutorials
2014-04-29 17:40:09 +01:00
william
2044d2df8b
ENH: made cyclone particles larger to compensate for drag model changes
2014-04-04 16:07:47 +01:00
william
dfd957514d
BUG: divergence in cyclone tutorial fixed by turning off cellValueSourceCorrection
2014-04-04 09:27:02 +01:00
sergio
5fecd2b5dc
Changing BC for U at side and front/back patches
2014-03-31 12:17:01 +01:00
william
0aa4d54666
BUG: making patchifyObstacles script POSIX compliant
2014-02-19 14:16:29 +00:00
OpenFOAM-admin
fbb3ddf2c4
Updated for release 2.3.0
2014-02-17 10:21:46 +00:00
william
333818408f
STYLE: sh instead of bash for tutorial scripts
2014-02-05 16:53:44 +00:00
william
11416d066d
BUG: removed bash-dependent test for the existence of gnuplot
2014-02-05 16:20:53 +00:00
andy
3ae4a2e43c
ENH: Tutorial update
2014-02-03 10:44:21 +00:00
Henry
ee4e19ef85
Renamed folder -> directory for consistency with POSIX and the rest of OpenFOAM
2014-01-30 13:01:04 +00:00
andy
f9f5977539
BUG: Tutorials - updated reactingParcelFoam verticalChannel fvSolution
2014-01-30 11:46:20 +00:00
Henry
205efe8627
ODE solver: change SIBS -> seulex (SIBS is deprecated)
2014-01-29 17:08:06 +00:00
william
aaa1a3dcd6
STYLE: removed explicit region name from cyclone snappy dict
2014-01-27 16:48:51 +00:00
william
3f0da4150c
Merge branch 'master' of /home/dm4/OpenFOAM/repositories/OpenFOAM-dev
2014-01-24 16:17:58 +00:00
william
4096a013f3
ENH: MPPICFoam: Added cyclone tutorial
2014-01-24 16:13:07 +00:00
andy
9a73599edd
ENH: tutorial update
2014-01-24 15:59:45 +00:00
andy
b95c4f9ee7
ENH: lagrangian tutorial updates
2014-01-24 12:38:08 +00:00
mattijs
3341e7c7c1
ENH: GAMG: use cacheAgglomeration unless moving case
2014-01-23 17:40:47 +00:00
andy
5fffbd7bc3
ENH: lagrangian tutorial updates
2014-01-22 19:19:50 +00:00
andy
8f776987df
ENH: tutorial updtaes
2014-01-17 14:11:55 +00:00
william
8fd06924ef
BUG: fixed incorrect particle direction in injectionChannel tutorial
2013-12-20 16:39:45 +00:00
william
005ff02085
ENH: added column, Goldschmidt and injectionChannel tutorials for MPPICFoam
2013-12-20 10:31:06 +00:00
william
5e884ea48a
ENH: added DPMFoam, DPM drag models and Goldschmidt tutorial case
2013-12-16 18:16:12 +00:00
andy
203157e3e1
ENH: Tutorial updates
2013-12-09 10:20:38 +00:00
andy
3e5864be6f
ENH: Tutorial update
2013-11-20 11:22:08 +00:00
andy
84e3fb4db2
ENH: Tutorial update
2013-11-19 16:38:44 +00:00
andy
3349601662
ENH: tutorial update
2013-11-19 15:35:31 +00:00
andy
ba9fbcbd4b
ENH: tutorial update
2013-11-12 16:33:29 +00:00
andy
00f7b44fa1
ENH: Tutorial updates
2013-11-05 15:22:35 +00:00
Henry
72d5e471f8
Merge branch 'master' of ssh://opencfd:8007/home/dm4/OpenFOAM/OpenFOAM-dev
2013-10-11 22:15:38 +01:00
Henry
c7174c0302
Updated schemes
2013-10-11 22:15:15 +01:00
andy
fd9d4dad31
ENH: Tutorial updates
2013-10-11 11:54:05 +01:00
Henry
9d45269abc
chemistryModel: Remove support for the sequential solver and rationalise EulerImplicit
2013-10-02 08:37:55 +01:00
Henry
131f1daa61
chemistryModel: rewrite main solver loop and update chemistrySolvers
...
accordingly to reuse the estimated sub-time-step more effectively
2013-10-01 17:58:26 +01:00
Henry
a02a1ba64d
Updated counterFlowFlame2D tutorials to run laminar
2013-09-27 12:43:28 +01:00
andy
2d7959ec46
BUG: hotBoxes tutorial - updated patchifyObstacles script - mantis #1007
2013-09-17 18:06:55 +01:00
mattijs
1348eabe3b
BUG: changeDictionary: reset fields to uniform
2013-09-13 11:35:03 +01:00
mattijs
2dae4cefa1
ENH: hotBoxes: make uniformFixedValue
2013-09-13 11:07:44 +01:00
Henry
51f085faa5
Rewrite of ddtPhiCorr - ddtCorr and density-weight HbyA on compressible solvers.
...
For DyM solvers phiAbs is replaced by Uf but this conversion is currently not complete
2013-09-09 12:41:20 +01:00
andy
d7f67c78b1
ENH: Tutorial update
2013-08-28 10:44:09 +01:00
andy
35aba04b2a
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-08-23 10:56:44 +01:00
andy
d021166d87
ENH: Tutorial update
2013-08-23 10:56:34 +01:00
Henry
e4f8804a37
counterFlowFlame2D: make tutorials consistent
2013-08-22 16:53:02 +01:00
andy
fa34e2aeaf
ENH: Tutorial update
2013-08-13 17:28:20 +01:00
andy
02bb584fca
ENH: tutorial updates
2013-08-13 14:16:05 +01:00
mattijs
c4a65259ad
GIT: boundary: remove usued file
2013-08-07 11:27:34 +01:00
andy
4e91dd46a8
ENH: Removed unused files
2013-08-05 12:36:10 +01:00
andy
63de0dfa84
BUG: sprayFoam tutorial - corrected injection input params - mantis #931
2013-07-29 09:19:16 +01:00
Henry
14c3689fec
epsilon/omega: ensure non-0 values are set on all boundaries
2013-06-20 16:33:15 +01:00
Sergio Ferraris
fd5cbde3a4
BUG: Fixing solidProperties New construtctor when defaultCoeffs is false
2013-06-20 12:36:28 +01:00
mattijs
c253f7c387
ENH: hopper: removed patch interaction (done through springSliderDashpot)
2013-06-17 17:30:53 +01:00
andy
d568f1bf6e
ENH: Tutorial updates
2013-05-28 17:36:10 +01:00
andy
599a5f1d8d
ENH: tutorial updates
2013-05-03 12:17:12 +01:00
Henry
48272dc5ab
alphatWallFunctions: add "compressible::" qualifier to compressible alphat wall-functions
2013-04-10 17:04:49 +01:00
andy
0cc8a4f816
ENH: Updating changes from 2.2.0
2013-03-07 12:55:52 +00:00
andy
70dddc08a0
ENH: Tutorial update
2013-02-18 16:43:00 +00:00
sergio
acd5b1f089
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-02-08 11:25:27 +00:00
sergio
2cde70431c
BUG: Correcting coordinate system entry on fvOption in
...
lagrangian/reactingParcelFoam/filter tutorial
2013-02-08 11:24:42 +00:00
andy
00d0e371b1
BUG: Added missing tutorial file
2013-02-08 11:21:00 +00:00
andy
eedaa820e2
ENH: Updated sprayFoam Aachen bomb test case
2013-02-01 16:32:04 +00:00
andy
b21d761354
BUG: Corrected typo in tutorial
2013-01-24 09:08:52 +00:00
andy
b2e389e813
ENH: Updated tutorial - pipe createBaffles output to log file
2013-01-21 15:54:58 +00:00
andy
c728258102
ENH: Updated tutorial to use porosity in fvOptions
2013-01-21 15:54:20 +00:00
andy
5f0582ea1b
ENH: Added tutorial case for simpleReactingParcelFoam
2013-01-11 16:32:02 +00:00
andy
f6883745dd
ENH: Added example usage for particle collector function object
2013-01-10 14:13:12 +00:00
andy
985219c0ff
ENH: Tutorial file updates
2013-01-09 14:05:53 +00:00
andy
0437d43581
ENH: tutorial updates
2013-01-08 12:54:57 +00:00
andy
d1bd734059
ENH: Updated tutorial files
2013-01-08 09:50:59 +00:00
mattijs
59c1c382e4
BUG: Allrun: old subsetMesh syntax
2012-12-19 10:43:15 +00:00
andy
71abedf412
ENH: Tutorial updates
2012-12-10 15:34:45 +00:00
andy
da6bec3152
ENH: Tutorial updates
2012-12-06 09:27:07 +00:00
mattijs
2fc299be89
ENH: filter: convert to createBafflesDict
2012-12-04 13:01:19 +00:00
mattijs
b4bb215a8c
ENH: subsetMesh: have -cellSet and -dict argument
2012-11-23 11:27:46 +00:00
andy
2c8acfb455
ENH: Tutorial updates re: temperature constraint
2012-11-19 14:46:11 +00:00
andy
acc5bb0fc7
ENH: Tutorial updates
2012-11-16 14:50:28 +00:00
andy
79d87add02
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-11-14 17:08:39 +00:00
andy
3657f608a9
ENH: Film tutorial updates
2012-11-12 12:53:01 +00:00
mattijs
455ddcee86
ENH: filter tutorial: replace setsToZones with topoSet
2012-11-02 16:27:23 +00:00
andy
182f660634
ENH: Updates to tutorial Allrun scripts
2012-10-26 10:27:30 +01:00
andy
22aaa8d808
ENH: Tutorial file updates
2012-10-26 10:03:22 +01:00
andy
2166a03245
ENH: Updated simplifiedSiwek tutorial case
2012-10-19 11:50:51 +01:00
andy
97ac66ad9e
ENH: Updated porosity-based tutorials
2012-10-18 17:31:11 +01:00
andy
555800c28a
ENH: Updated tutorial radiationProperties dictionaries
2012-10-15 12:24:20 +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
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
andy
340bbed2e0
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-10-01 11:40:22 +01:00
andy
fd677b9f14
ENH: Tutorial file updates
2012-10-01 11:40:11 +01:00
Henry
9bf80af379
Thermodynamics: Update selection mechanism for reaction and chemistry thermodynamics
2012-09-30 21:27:18 +01:00
andy
f1deb4445e
GIT: conflict resolution
2012-09-26 12:13:44 +01:00
andy
ca5e397eb7
ENH: updated lagrangian tutorial input files
2012-09-26 11:40:38 +01:00
andy
3fcabb3e1e
ENH: Removed tutorial case
2012-09-26 11:16:39 +01:00
Henry
969756b818
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2012-09-24 13:42:09 +01:00
Henry
ccbcde9e42
reactingParcelFoam/verticalChannel: Remove unnecessary limiters
2012-09-24 13:42:06 +01:00
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
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
5dc1c259d4
ENH: verticalChannel: updated for fowRateInletVelocity
2012-09-21 12:03:08 +01:00
mattijs
b6c4e144c4
ENH: flowRateInletVelocity: require volumeFlowRate or massFlowRate keyword
2012-09-20 14:42:48 +01:00
andy
e6bc9ba2ae
GIT: resolved merge conflict
2012-08-21 18:17:27 +01:00
andy
e7a238dc3a
ENH: Cleaned-up lagrangian tutorial cloud input properties dictionaries
2012-08-21 18:13:44 +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
ccba34694d
Updated headers
2012-07-25 17:05:46 +01:00
andy
13d9a40907
ENH: Update to Aachen bomb tutorial input
2012-07-05 12:29:31 +01:00
Henry
d21b61a883
Updated headers
2012-07-03 14:00:21 +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
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
andy
c34efdac09
ENH: Removed redundant entries from splash tutorial
2012-05-30 15:26:38 +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
Henry
ef8efc27ba
Solvers and tutorials: changed use of buoyantPressure BC to fixedFluxPressure
2012-04-20 09:49:58 +01:00
andy
ef778ed663
STYLE: Updated version number in tutorial file
2012-02-29 14:24:06 +00:00
andy
9ad38ed168
ENH: Minor update to tutorial case schemes
2012-02-29 14:23:04 +00:00
andy
5cb322dbdc
ENH: Restricted pEqn maxIter to 20 for parcel evaporation tutorial case
2012-01-10 15:24:32 +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
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
andy
e83f9b1d1e
ENH: Updated sprayFoam AachenBomb tutorial case set-up
2011-12-13 18:36:31 +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
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
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
dc810ea88d
Thermodynamics: Completed most of the conversion of the enthalpy source
2011-11-23 16:56:13 +00:00
andy
c486fc97f7
ENH: Tutorial file update
2011-11-22 16:33:02 +00:00
andy
9bd358f0a7
ENH: Updated tutorial velocity field
2011-11-22 15:58:10 +00:00
andy
6b71297665
ENH: tutorial input file updates related to DataEntry changes
2011-11-21 18:38:47 +00:00
andy
86666c3f5f
ENH: Updates to AMI 2-D mixer tutorial
2011-11-07 12:20:40 +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
andy
5ac497d403
BUG: Corrected mass source in filter tutorial
2011-11-03 11:25:20 +00:00
andy
4ccd9a3ade
ENH: Updated tutorials using field sources
2011-11-02 12:41:58 +00: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
23feb21425
ENH: Updated film tutorial BCs directMapped->mapped
2011-09-09 10:29:01 +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
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
andy
ae3e205049
BUG: Updated tutorial input keyword for spray
2011-07-18 12:38:21 +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
graham
aaad626afe
Merge branch 'master' into cvm
2011-07-04 12:16:13 +01:00
graham
5cad5dd91b
ENH: Adding wall cohesion forces.
2011-07-04 11:17:13 +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
graham
caea0aec03
Merge branch 'master' into cvm
2011-06-17 10:57:23 +01:00
OpenFOAM-admin
c720299876
ENH: Reverted back to version dev
2011-06-17 10:08:20 +01:00
graham
e1ead74461
Merge branch 'master' into cvm
2011-06-08 17:28:03 +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
3fbf5e6ecd
STYLE: Minor corrections to tutorial file headers
2011-06-07 11:26:30 +01:00
andy
d2d91bb84f
STYLE: Updated tutorial headers to version 2.0
2011-06-07 11:18:46 +01:00
mattijs
cc7376fda0
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-06-06 17:42:32 +01:00
mattijs
84c23adf23
ENH: porousExplicitSourceReactingParcelFoam/filter: emissivity as field
2011-06-06 17:36:48 +01:00
andy
e634f63a6a
ENH: Updated hotBoxes film tutorial
2011-06-06 17:08:43 +01:00
andy
133f8ccaf1
ENH: Added rivuletPanel film test case
2011-06-03 09:37:45 +01:00
andy
681948b401
ENH: Updated chemistry solver tutorials
2011-06-02 18:40:01 +01:00
andy
abb392047d
ENH: Extended spray cone nozzle injection
2011-06-01 10:36:46 +01:00
graham
1be43f88ae
Merge branch 'master' into cvm
2011-05-31 16:18:03 +01:00
graham
b30c899920
ENH: Cohesion force based on energy density between particles.
2011-05-31 16:15:53 +01:00
andy
3d24f9956a
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-05-27 17:41:25 +01:00
andy
57f6a904ec
ENH: Updated tutorial thermo files
2011-05-27 17:33:41 +01:00
andy
a49872ac2e
ENH: Updated comment descriptor
2011-05-27 17:33:06 +01:00
andy
11dab784cd
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-05-27 12:36:40 +01:00
andy
592a0c2ad1
ENH: Added aachenBomb tutorial case for sprayFoam
2011-05-27 12:28:59 +01:00
Henry
59eb1f4dac
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-05-26 12:43:21 +01:00
Henry
b6f8897268
tutorials: Upgraded all of the blockMeshDict files to the new format
...
Upgraded other files as necessary for consistency with the blockMeshDict, in
particular cases with cyclic patches.
2011-05-26 12:43:16 +01:00
graham
97ffb21887
Merge branch 'master' into cvm
2011-05-20 10:19:18 +01:00
andy
869ab60ceb
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-05-19 17:28:53 +01:00
andy
f0cdca3be7
ENH: Updated film tutorials
2011-05-19 17:26:21 +01:00
graham
c0537248fb
Merge branch 'master' into cvm
2011-05-13 10:17:22 +01:00
andy
88d1e99e4d
ENH: upped source energy in coal combustion tutorial
2011-05-12 12:35:13 +01:00
andy
a81bfbfa09
ENH: Tutorial updates
2011-05-12 12:17:39 +01:00
andy
29faa317a4
BUG: Tutorial correction
2011-05-11 16:01:40 +01:00
andy
79bbcd2164
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-05-11 11:35:02 +01:00
graham
0e71b9592f
ENH: Moving two-part tut into containing folder.
2011-05-10 11:05:10 +01:00
andy
ca492058d8
ENH: Updated cloud tutorials
2011-05-09 17:53:19 +01:00
andy
3051d333b3
STYLE: Consistency updates for LTS solver
2011-05-03 17:39:18 +01:00
graham
02ff182be1
Merge branch 'master' into cvm
2011-05-03 11:02:23 +01:00
mattijs
eaa2a9f1b5
COMP: tutorial scripts: add #!/bin/sh, chmod +x etc.
2011-04-28 17:47:11 +01:00
mattijs
0f0dd35413
STYLE: createPatchDict: updated comment
2011-04-28 10:40:26 +01:00
graham
a3417e4596
Merge branch 'master' into cvm
...
Conflicts:
tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/extrudeToRegionMeshDict
tutorials/lagrangian/reactingParcelFilmFoam/panel/system/extrudeToRegionMeshDict
2011-04-21 12:02:49 +01:00
graham
5bb2ac5ec7
Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev
2011-04-21 11:07:13 +01:00
graham
f6830c206d
STYLE: Line endings, trailing whitespace. Caught by pre-commit hook on branch merge.
2011-04-21 10:29:22 +01:00
Henry
f8f575e23c
Tutorial solvers and mesh converters moved to applications
2011-04-19 23:20:18 +01:00
andy
f3e2afa23c
ENH: Tutorial updates re: PIMPLE updates
2011-04-18 11:54:59 +01:00
andy
9ecae449bf
ENH: Upadted LTSReactingParcelFoam solver and tutorials
2011-04-15 17:15:37 +01:00
andy
d92ea3f5e5
ENH: Updated tutorial fvSolution PISO->PIMPLE
2011-04-14 09:52:50 +01:00
andy
a523542955
ENH: Minor tutorial update
2011-04-13 11:08:33 +01:00
andy
e5a319d6d6
ENH: Film tutorial updates
2011-04-12 17:35:25 +01:00
andy
ce401467fc
STYLE: minor code style updates
2011-04-12 14:05:00 +01:00
andy
676b83b877
ENH: Film tutorial updates
2011-04-12 14:00:12 +01:00
graham
fe0f6a487a
Merge branch 'master' into cvm
...
Conflicts:
applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
2011-04-07 14:17:08 +01:00
Henry
293398cea5
tutorials: updatded header
2011-04-06 16:16:33 +01:00
Henry
a54afe65c3
potentialFoam: Changed the sub-dict in fvSolution from SIMPLE to potentialFlow
2011-04-05 14:54:14 +01:00
graham
5fcd183b8b
Merge branch 'master' into cvm
2011-04-04 10:10:56 +01:00
Henry
19c08b9e5a
tutorials: Set the file type to ascii for ascii files
2011-03-31 15:32:07 +01:00
graham
1bad1265f7
Merge branch 'master' into cvm
2011-03-31 11:58:44 +01:00
graham
0b8d3b2660
ENH: Shorten run - flow chokes.
2011-03-31 11:17:58 +01:00
graham
19c3a70d80
ENH: new DEM tutorial - hopper emptying.
2011-03-30 16:30:14 +01:00
graham
f81c0abef7
Merge branch 'master' into cvm
2011-03-28 12:06:56 +01:00
Henry
5ec353c85c
tutorials: Updated PIMPLE settings and corrected application
2011-03-26 21:49:23 +00:00
Henry
04bb783b93
LTSReactingParcelFoam/counterFlowFlame2D tutorial: corrected application name
2011-03-25 15:31:13 +00:00
andy
ab95424f8b
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-25 14:44:39 +00:00
andy
ec5fb1ca68
ENH: Tutorial updates
2011-03-25 14:44:21 +00:00
andy
28cd7fc92f
ENH: Updated LTSReactingParcelFoam tutorials
2011-03-25 14:35:50 +00:00
Henry
a93e63e7b7
tutorials: use getApplication
rather than hard-coded application name
2011-03-25 12:06:18 +00:00
andy
20c4f5eea6
ENH: Updated tutorial headers
2011-03-24 12:37:23 +00:00
andy
6ad8fde5ee
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-23 18:20:12 +00:00
andy
1e5b8016a0
ENH: Updated lagrangian tutorials to reflect change in particle force I/O
2011-03-23 18:19:24 +00:00
Henry
a7db086522
tutorials: Rationalised headers
2011-03-23 17:36:57 +00:00
graham
8e7e6fbc84
Merge branch 'master' into cvm
2011-03-18 15:13:40 +00:00
andy
1cbf680a00
ENH: lagrangian tutorial updates
2011-03-17 17:17:26 +00:00
graham
1fac7b662e
Merge branch 'master' into cvm
...
Conflicts:
src/mesh/Allwmake
2011-03-10 13:54:43 +00:00
andy
c5e7f98a9f
ENH: updated LTSReactingParcelFoam verticalChannel tutorial
2011-03-07 16:50:42 +00:00
andy
ad5a849416
ENH: Tutoral updates
2011-03-02 11:42:37 +00:00
andy
b2de414a99
ENH: Updated steadyReactingParcelFoam -> LTSReactingParcelFoam
2011-03-02 11:00:13 +00:00
andy
784e20705c
ENH: Tutorial - added emmisivity mode entry to G field
2011-02-28 10:37:37 +00:00
andy
edf3d0498d
ENH: rename libradiation in tut case
2011-02-25 17:04:58 +00:00
andy
1ec2377731
ENH: further lagrangian tutorial updates
2011-02-25 16:43:18 +00:00
andy
1e371c13b6
ENH: Updated lagrangian tutorials
2011-02-25 14:58:54 +00:00
andy
12909926c2
STYLE: Updated capitalisation of cloud models
2011-02-25 14:17:59 +00:00
andy
fd3dc4681b
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-24 17:23:56 +00:00
andy
0d7ae8bf5e
ENH: tutorial updates
2011-02-24 16:49:31 +00:00
andy
381f029462
ENH: Updated tutorial solver Make/options
2011-02-24 16:48:57 +00:00
andy
b4dae1a5ab
ENH: removed calcEntry
2011-02-23 16:49:26 +00:00
sergio
c5676efd94
STY: fixing bad streams
2011-02-21 17:25:51 +00:00
sergio
4cad47d0a0
Merge branch 'master' into pairPatchAgglomeration
...
Conflicts:
applications/solvers/lagrangian/steadyReactingParcelFoam/pEqn.H
2011-02-21 17:20:43 +00:00
sergio
6b1adaf52b
ENH: update tutorials to nre emissivity look up
2011-02-21 17:16:15 +00:00
andy
2005f3ab0a
BUG: Corrected chemistry reactions - read from dictionary
2011-02-18 17:52:34 +00:00