Henry
7be1393fef
tutorials: corrected comments in snappyHexMeshDict
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1541
2015-02-17 23:59:59 +00:00
Henry
8628ef2fea
Corrected capitalization of Doxygen documentation comments
2015-02-14 13:10:15 +00:00
Henry
eb266e2add
turbulenceModels/LES/dynamicKEqn/dynamicKEqn: Added dynamic version of the one-equation SGS model
2015-02-14 13:08:08 +00:00
Henry
4129560601
potentialFoam: Solve for velocity potential named Phi rather than using the pressure field for this purpose
...
The Phi field is read if available otherwise created automatically with
boundary conditions obtained automatically from the pressure field if
available (with optional name) otherwise inferred from the velocity
field. Phi Laplacian scheme and solver specification are required. See
tutorials for examples.
2015-02-14 11:03:37 +00:00
Henry
1edf292c00
Correct Doxygen multiline comments
2015-02-14 10:59:29 +00:00
Henry
332c3cc37f
Tutorials: change topoSetDicts to avoid duplicate names
2015-02-12 10:01:31 +00:00
Henry
acbd73cb5b
tutorials/incompressible/simpleFoam/pitzDaily: Setup to run with range of turbulence models
2015-01-28 18:36:03 +00:00
Henry
fb30659b25
tutorials/incompressible/pimpleFoam/elipsekkLOmega: added non-orthogonal correctors to improve stability when running longer
2015-01-28 09:19:20 +00:00
Henry
d815440f52
tutorials/incompressible/pimpleFoam/elipsekkLOmega: Updated
2015-01-27 15:09:03 +00:00
Henry
4f048a8d9c
TurbulenceModels: Added LRR model with Daly-Harlow generalized gradient diffusion
2015-01-24 22:10:17 +00:00
Henry
04eb2428ff
turbulenceModels/LES: Added WALE model
...
Changed the tutorials/incompressible/pimpleFoam/channel395 to demonstrate the WALE model
2015-01-23 09:17:33 +00:00
Henry
78ca0ce02c
Add simulationType entry even for simpleFoam cases
...
so that generic utilities like yPlus select the appropriate turbulence model
2015-01-21 21:08:19 +00:00
Henry
fbdc5f119a
Added updated nut.gz file
2015-01-21 19:38:40 +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
4e4928054a
atmBoundaryLayer: rationalized U and epsilon BCs and added the corresponding k BC
2014-12-31 23:03:26 +00:00
Henry
fcd4213fad
atmBoundaryLayer: Attempt to rationalize the inputs and documentation to make these BCs more usable
...
Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=860
2014-12-29 17:39:20 +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
f197f9545f
tutorials/incompressible/pimpleDyMFoam/mixerVesselAMI2D: Use PIMPLE rather than PISO to ensure updated fluxes are used in momentum equation
2014-07-17 11:30:02 +01:00
andy
d22da01ef5
ENH: tutorial update: movingCone - updated blockMeshDict
2014-07-15 15:59:34 +01:00
Henry
0412aaf40b
Removed spurious $1
2014-07-15 11:34:58 +01:00
Henry
7d5e8c2a6f
Updated motorBike tutorial to correspond to the training course
2014-07-11 15:48:54 +01:00
Henry
d49889402f
sixDoFRigidBodyMotion: Add support to specify the centre for rotation independent of the centre of mass
...
via the point, line or plane constraints.
2014-05-16 15:35:11 +01:00
OpenFOAM-admin
fbb3ddf2c4
Updated for release 2.3.0
2014-02-17 10:21:46 +00:00
william
8acf2daaba
BUG: tutorial fixes for 32 bit ubuntu packs
2014-02-11 10:15:00 +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
e976c1d8dd
ENH: cavity tutorial updates
2014-02-03 12:49:42 +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
c380695ead
ENH: tutorial update
2014-01-27 15:41:54 +00:00
mattijs
8acfa4692a
STYLE: snappyHexMeshDict: removed optional parameter
2014-01-27 12:25:56 +00:00
mattijs
292da7605e
Merge branch 'master' of /home/dm4/OpenFOAM/repositories/OpenFOAM-dev
2014-01-24 16:29:30 +00:00
mattijs
7b60265f3c
BUG: propeller: create inlet and outlet from wrong faceZone
2014-01-24 16:28:04 +00:00
andy
d7be8d9d43
Merge branch 'master' of /home/dm4/OpenFOAM/repositories/OpenFOAM-dev
2014-01-24 16:01:26 +00:00
mattijs
827456621d
ENH: propeller: meshed to outerCylinder
2014-01-24 15:29:18 +00:00
andy
73e876c7fb
ENH: tutorial update - incompressible
2014-01-24 15:21:10 +00:00
mattijs
3341e7c7c1
ENH: GAMG: use cacheAgglomeration unless moving case
2014-01-23 17:40:47 +00:00
Henry
c392b0748a
tutorials: deprecate filteredLinear.* in favour of LUST for LES cases
2014-01-23 17:13:58 +00:00
Henry
71aa1c53a0
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/repositories/OpenFOAM-dev
2014-01-23 11:29:09 +00:00
Henry
36f3e513ea
sixDoFRigidBodyMotion: Update code and tutorial cases to use new explicit motion
...
simpleHarmonicMotion case removed temporarily pending the introduction of a suitable motion solver
2014-01-23 11:24:50 +00:00
mattijs
cb01bcec31
ENH: propeller: use functionObjects
2014-01-23 10:53:24 +00:00
mattijs
81670ff8e0
ENH: propeller: added renumbering and vorticity
2014-01-23 09:51:57 +00:00
mattijs
a0a13075c0
ENH: propeller: updated for new snappyHexMesh faceType capability
2014-01-22 17:35:45 +00:00
mattijs
1dc9207000
ENH: propeller: use smoothSolver on transported quantities
2014-01-22 11:27:17 +00:00
andy
e7201c0326
ENH: tutorial updates
2014-01-20 16:25:13 +00:00
andy
8f776987df
ENH: tutorial updtaes
2014-01-17 14:11:55 +00:00
andy
e5a5b89509
ENH: mapFields - deprecated old utility in favour of mapFieldsNew and renamed
2014-01-14 10:41:50 +00:00
mattijs
63db7ce221
STYLE: snappyHexMeshDict: remove unused entries
2014-01-09 11:00:28 +00:00
mattijs
64b6f921e8
ENH: icoFoam tutorials: clean up script
2013-12-19 11:21:31 +00:00
mattijs
2a4b7df8fc
ENH: pitzDailyExptInlet: do not supply initial value
2013-12-18 11:34:48 +00:00
Henry
2612f6beac
sixDoFRigidBodyMotion: Renamed constraints
2013-12-16 21:19:18 +00:00
Henry
8af82f02bf
sixDoFRigidBodyMotion: remove the constraint and restraint "Coeffs"
...
sub-dict and put the coefficients in the containing dictionary.
2013-12-15 22:30:52 +00:00
mattijs
d57f983401
Merge branch 'master' of /home/dm4/OpenFOAM/repositories/OpenFOAM-dev
2013-12-13 15:57:35 +00:00
mattijs
5552d5500b
ENH: angledDuct: renamed wall to walls
2013-12-13 14:34:08 +00:00
andy
eee22d19b1
Merge branch 'master' of /home/dm4/OpenFOAM/repositories/OpenFOAM-dev
2013-12-12 13:01:23 +00:00
andy
a97070c303
ENH: Added pimpleam pitzDaily test case
2013-12-12 12:57:19 +00:00
mattijs
b713bc7124
Merge branch 'master' of /home/dm4/OpenFOAM/repositories/OpenFOAM-dev
2013-12-11 14:24:51 +00:00
Henry
3ec31ba3f7
pimpleDyMFoam/movingCone: change axis to empty
2013-12-10 14:10:28 +00:00
mattijs
e9485ae968
GIT: boundary: generated file
2013-12-06 18:05:33 +00:00
Henry
3f5eda25f0
symmetryPlane: add symmetryPlane as a special type of symmetry condition applied to a single plane
...
The standard/previous general symmetry type is now named symmetry
both in class and lookup name for consistency. The rigorous
symmetryPlane type is needed for moving-mesh cases in which the
motion it constrained by one or two planes.
2013-12-06 15:45:11 +00:00
andy
636215a0ea
ENH: functionObjects - updated writing to file
2013-11-25 10:52:20 +00:00
andy
9c7263fee3
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-11-20 16:23:22 +00:00
andy
80a191e7dd
BUG: Reinstated missing tutorial files
2013-11-20 16:23:12 +00:00
mattijs
69ee5fa8dd
ENH: snappyHExMeshDict: shifted locationInMesh
2013-11-20 15:36:44 +00:00
andy
cc8e6e0f7b
ENH: Removed deleted files on tutorial clean-up
2013-11-20 11:52:04 +00:00
mattijs
1d679022bb
ENH: TJunctionFan: new createBaffles syntax
2013-11-14 09:56:43 +00:00
andy
67a49d125d
ENH: Tutorial Allclean script updates
2013-10-11 12:41:11 +01:00
mattijs
257e822099
ENH: angledDuct: renamed to straightDuctImplicit
2013-10-09 09:42:53 +01:00
mattijs
72c05d9ee1
ENH: angledDuct: removed bend
2013-10-09 09:42:22 +01:00
mattijs
8bec2af406
ENH: angledDuct: wrong version
2013-10-03 12:43:31 +01:00
mattijs
94a3cf9a79
ENH: angledDuct: foamy version of angledDuctImplicit
2013-10-03 12:41:12 +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
mattijs
22cf7ca39b
BUG: TJunctionFan: incorrect createBafflesDict
2013-09-06 16:13:06 +01:00
andy
d9805740c7
ENH: Tutorial update
2013-09-02 14:25:29 +01:00
andy
35aba04b2a
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-08-23 10:56:44 +01:00
Henry
64ba9b56a6
tutorials/incompressible/pisoFoam/les/motorBike: In test mode do not run LES
2013-08-22 16:53:24 +01:00
andy
00e73a488b
BUG: CSV data entry - corrected writing - mantis #971
2013-08-20 09:50:05 +01:00
Henry
febbc29a90
tutorials: ensure the creation of the 0-directory as necessary
2013-08-13 23:22:50 +01:00
mattijs
c4a65259ad
GIT: boundary: remove usued file
2013-08-07 11:27:34 +01:00
mattijs
9aa77356b6
GIT: boundary: unused
2013-08-07 11:09:26 +01:00
andy
4d3b3e7a9f
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-07-30 12:34:41 +01:00
Henry
f75138d1f6
solidBodyMotionFunctions: Changed CofG to origin where appropriate and support run-time selectable omega specification in rotatingMotion
2013-07-30 09:41:27 +01:00
andy
ff5ed9541b
ENH: Tutorial update
2013-07-30 09:40:20 +01:00
mattijs
9ad0015d95
STYLE: boundary: remove regenerated files
2013-07-16 09:54:02 +01:00
mattijs
520d1021ea
ENH: meshQualityDict: revert to 22x settings
2013-07-08 09:10:16 +01:00
mattijs
f2397e7f41
ENH: snappyHexMesh: clean up mesh quality settings
2013-07-02 15:01:32 +01:00
Henry
6e92fb181d
pisoFoam/les/motorBike tutorial: correct schemes and settings
2013-06-27 16:35:37 +01:00
Henry
8fa54b1903
pisoFoam/les/motorBike tutorial: corrected endTime for simpleFoam run
2013-06-27 16:14:12 +01:00
mattijs
20726d5371
STYLE: boundary: generated file
2013-06-20 16:51:07 +01:00
Henry
14c3689fec
epsilon/omega: ensure non-0 values are set on all boundaries
2013-06-20 16:33:15 +01:00
Henry
f1f344b812
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2013-06-20 10:45:19 +01:00
Henry
2d124e8e8b
Removed blank-line
2013-06-20 10:40:01 +01:00
mattijs
c7f57ed107
ENH: pipeCyclic: startup value for epsilon on wall
2013-06-20 10:18:10 +01:00
mattijs
c666c27078
ENH: boundary: generated file
2013-06-20 10:07:42 +01:00
mattijs
89cca84446
ENH: motorBike: cleanup
2013-06-18 09:44:14 +01:00
mattijs
1639a16bb7
ENH: motorBike: moved meshQuality into separate dictionary
2013-06-05 10:13:52 +01:00
mattijs
3c1893a8d8
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-06-04 11:33:22 +01:00
mattijs
38f74de728
ENH: ACMI: more notes in README
2013-06-04 11:33:00 +01:00
andy
173549c88a
ENH: Tutorial updates
2013-06-03 18:27:18 +01:00
andy
4dd19e8025
ENH: Updated cavity tutorials to use new mapFields
2013-06-03 17:33:46 +01:00
andy
96de893e0b
ENH: Updated ACMI tutorial notes
2013-06-03 10:09:34 +01:00
andy
dfb91b491a
ENH: Tutorial update
2013-05-31 16:09:19 +01:00
andy
712cb7f086
STYLE: Updated tutorial file header
2013-05-28 16:15:31 +01:00
andy
bd110e12c8
Merge branch 'ACMI'
2013-05-28 15:56:26 +01:00
andy
27fdf34f03
ENH: Added ACMI tutorial case
2013-05-28 15:55:16 +01:00
Sergio Ferraris
91994d4775
BUG: Deleting redundant entried in RASProperties and adding
...
reference paper
2013-05-23 17:46:53 +01:00
Henry
042354a88e
rhoPimpleDyMFoam: New version of rhoPimpleFoam for moving-mesh cases
2013-04-29 14:34:15 +01:00
Henry
48272dc5ab
alphatWallFunctions: add "compressible::" qualifier to compressible alphat wall-functions
2013-04-10 17:04:49 +01:00
mattijs
fcf165f8f2
ENH: motorBike: disable secondary purge; have drag,lift every timestep
2013-04-03 10:35:44 +01:00
andy
b59ca3fc1c
ENH: Removed unused entries in tutorial topoSetDict
2013-03-21 09:33:12 +00:00
mattijs
48d8fa9e5c
STYLE: cuttingPlane: correct version number
2013-03-14 11:47:46 +00:00
mattijs
41aa6d637c
ENH: movingCone: add cuttingPlane to show off moving mesh sampling
2013-03-14 10:01:05 +00:00
mattijs
65533b3e99
ENH: motorBike tutorial: have hourly restart files
2013-02-27 10:54:06 +00:00
andy
fd8380eebe
ENH: Tutorial update
2013-02-18 17:12:27 +00:00
andy
11593b2e48
ENH: Tutorial update
2013-02-18 14:25:59 +00:00
andy
0ed07eadcf
ENH: Tutorial update
2013-02-15 12:39:06 +00:00
mattijs
7bc63894a5
BUG: createPatchDict: new syntax
2013-02-12 14:21:59 +00:00
andy
2ee940af19
ENH: removed unused file
2013-01-21 17:40:52 +00:00
andy
03ee3a5046
GIT: merge conflict resolution
2013-01-21 16:48:22 +00:00
sergio
9692a52e3a
ENH: Update tutorials using coordinate systems for porosity models
2013-01-21 12:37:54 +00:00
andy
fd7bcb62e9
ENH: Updated tutorial
2013-01-18 08:32:19 +00:00
andy
985219c0ff
ENH: Tutorial file updates
2013-01-09 14:05:53 +00:00
andy
d1bd734059
ENH: Updated tutorial files
2013-01-08 09:50:59 +00:00
andy
cbbc796bb2
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-01-04 11:16:27 +00:00
mattijs
ab4ade1b1f
ENH: caseDicts: add constraintTypes to pipeCyclic
2013-01-02 11:38:17 +00:00
mattijs
59c1c382e4
BUG: Allrun: old subsetMesh syntax
2012-12-19 10:43:15 +00:00
andy
b3eac73a74
BUG: Updated application name for tutorial
2012-12-18 09:31:12 +00:00
andy
e2955dd6f7
ENH: Tutorial updates for run-time selectable sources
2012-12-18 09:30:47 +00:00
Henry
db89978ade
Updated headers for Laurence and Andy
2012-12-17 11:42:00 +00:00
andy
b501c169e5
BUG: Updated solver for coupled-solve case
2012-12-10 17:19:59 +00:00
andy
a0eeb3f09d
ENH: Removed unused entry from tutorial input dictionary
2012-12-10 10:16:49 +00:00
andy
87e9832689
ENH: Tutorial update for channel case using pressure gradient source
2012-12-10 10:15:07 +00:00
andy
7769292a33
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-12-05 17:43:19 +00:00
mattijs
c0e14130dc
ENH: createBafflesDict: improved dictionary variable syntax
2012-12-05 16:27:04 +00:00
andy
c62d3a7a40
ENH: Updated MRFSimpleFoam mixerVessel2D case to use simpleFoam
2012-12-05 15:56:05 +00:00
mattijs
c8a0ea85cc
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-12-05 15:53:26 +00:00
mattijs
026ce6aad4
ENH: TJunctionFan: new dictionary variable syntax
2012-12-05 15:28:38 +00:00
Henry
acbbaf3f4d
tutorials: Updated "limited" snGrad schemes
2012-12-05 14:58:42 +00:00
mattijs
5560076fac
STYLE: Allrun: extraneous space
2012-12-05 14:53:28 +00:00
andy
b1f90c8360
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-12-04 18:08:50 +00:00
andy
34840f3a28
ENH: Removed unused file
2012-12-04 18:08:03 +00:00
mattijs
888fb9377a
ENH: motorBike: disable feature line snapping
2012-12-04 15:05:35 +00:00
mattijs
1c37be480a
ENH: propeller: convert to createBafflesDict
2012-12-04 15:02:35 +00:00
mattijs
401a11895a
STYLE: controlDict: add libraries for patch fields
2012-12-04 15:01:53 +00:00
mattijs
38539cc27c
ENH: TJunctionFan: rewrite to createBafflesDict
2012-12-04 12:12:51 +00:00
Henry
f34970eb87
tutorials/incompressible/pisoFoam/ras/cavityCoupledU: Simple demonstration of the vector-coupled solver
2012-11-28 15:10:41 +00:00
andy
d32702c233
ENH: Tutorial update
2012-11-27 17:28:59 +00:00
mattijs
b4bb215a8c
ENH: subsetMesh: have -cellSet and -dict argument
2012-11-23 11:27:46 +00:00
mattijs
c76869eb71
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-11-20 16:02:46 +00:00
andy
b32ba6fbde
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-11-19 17:43:15 +00:00
andy
7888a0d8bb
ENH: Updated comment/description
2012-11-19 09:37:41 +00:00
Henry
f7f2897fc6
Merge branch 'master' of ssh://opencfd:8007/home/dm4/OpenFOAM/OpenFOAM-dev
2012-11-18 22:44:09 +00:00
Henry
6cf770cbee
CrankNicholsonDdtScheme: renamed CrankNicolsonDdtScheme
2012-11-18 22:43:56 +00:00
mattijs
5e7ef409f6
ENH: motorBike: demonstrate secondary time controls
2012-11-16 14:53:52 +00:00
mattijs
2a686dc44c
ENH: channel395: run in parallel. Tests processorCyclic.
2012-11-08 12:00:40 +00:00
mattijs
7d2db67383
ENH: motorBike: enable feature snapping. add patchSummary
2012-11-07 09:00:11 +00:00
andy
302a997cb0
ENH: tutorial file updates
2012-11-02 16:19:33 +00:00
andy
143450b480
ENH: Re-added missing tutorial files
2012-10-30 12:27:06 +00:00
andy
dec670d2f3
ENH: Updated MRF tutorials
2012-10-30 08:22:11 +00:00
andy
182f660634
ENH: Updates to tutorial Allrun scripts
2012-10-26 10:27:30 +01:00
andy
d7881f08a6
ENH: Tutorial file update
2012-10-25 16:33:41 +01:00
andy
577c478ae8
ENH: Tutorial input file update
2012-10-19 16:31:43 +01:00
andy
97ac66ad9e
ENH: Updated porosity-based tutorials
2012-10-18 17:31:11 +01:00
andy
c497dd4ae2
ENH: Updated tutorial file
2012-10-16 10:01:38 +01:00
mattijs
674990765a
ENH: surfaceFeatureExtract: new syntax for non-manifold edges
2012-10-11 11:04:24 +01:00
andy
fd677b9f14
ENH: Tutorial file updates
2012-10-01 11:40:11 +01:00
andy
f1deb4445e
GIT: conflict resolution
2012-09-26 12:13:44 +01:00
andy
36b19521f3
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-09-26 10:05:44 +01:00
andy
66eac7a20b
ENH: Added example of using data bins to motorbike tutorial
2012-09-24 12:40:06 +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
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
andy
8489de277d
GIT: conflict resolution
2012-09-17 12:03:11 +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
andy
b63f0a7451
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-08-10 18:19:33 +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
andy
a3870d65df
GIT: Merge/resolve conflict
2012-08-03 12:28:20 +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
ccba34694d
Updated headers
2012-07-25 17:05:46 +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
andy
d99100cee2
GIT: resolve merge conflict
2012-07-25 09:27:24 +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
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
a40ebc83ea
ENH: motorBike: correct application
2012-07-06 15:15:00 +01:00
mattijs
84ff26263b
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-07-03 13:07:01 +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