Commit Graph

5538 Commits

Author SHA1 Message Date
25d5690655 ENH: Register dynLagrangian with (optional) alternative name
- reflects commit 583d518ad5
2010-06-23 13:27:19 +02:00
1c3ad84986 Merge remote branch 'OpenCFD/master' into olesenm 2010-06-23 13:23:56 +02:00
17a7ab700d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-23 11:39:24 +01:00
da7a0b2cec Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-23 11:38:33 +01:00
d7a7c2c012 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-23 11:38:33 +01:00
a5ee60eced Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-23 11:30:08 +01:00
9f970dc95e Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-23 11:30:08 +01:00
cf43a1043e STYLE: minor code style changes + move template funcs into separate files 2010-06-23 11:30:04 +01:00
73445367b8 ENH: wind turbine terrain tutorial(windSimpleFoam) 2010-06-23 10:54:33 +01:00
2d85507d51 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-23 09:45:34 +01:00
0b03e7e08c BUG: Change of name for swirlFlowRateInlet and change
in the constructor of dynLagrangian
2010-06-22 18:17:00 +01:00
bf5c4cc935 Merge branch 'master-copy'
Conflicts:
	src/finiteVolume/Make/files
	src/finiteVolume/fields/fvPatchFields/derived/swirlFlowRateInletVelocity/swirlFlowRateInletVelocityFvPatchVectorField.H
2010-06-22 16:07:50 +01:00
ddcf2ee997 ENH: Adding:
1) basicSource for explicit sources(ActuationDisk and
	   explicit source so far)
	2) cylindricalInlet BC
	3) swirlMassFlowRate BC
	4) dynamicLagrangian LES incompressible turbulence model
	5) atmospheric boundary layer inlet BC for velocity and
	   epsilon
2010-06-22 15:21:12 +01:00
a850467bb6 BUG: removed redundant newDispersionModel.C file 2010-06-21 17:01:56 +01:00
1a2319fde6 STYLE: PDRkEpsilon refactored to use kEpsilon inheritance 2010-06-18 19:24:23 +02:00
a586f89404 STYLE: add in typeName for LES viscosity models
- left "as-is", without using the ClassName() definition
2010-06-18 18:36:40 +02:00
583d518ad5 ENH: Register RAS/LES models with (optional) alternative name
- allows better inheritance of models, since the coefficients
  dictionary can be made to match the derived class.

  related to commits 9544280e65 + 14b4c3849c
2010-06-18 15:37:00 +02:00
c1857db513 Merge remote branch 'OpenCFD/master' into olesenm 2010-06-18 12:52:46 +02:00
397dad7e8e Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-18 11:42:07 +01:00
d4d7611c9f ENH: handle msh2.2 format 2010-06-18 11:41:08 +01:00
14b4c3849c ENH: allow protected access to RAS model coeffs/methods 2010-06-18 09:45:39 +02:00
7f4c765895 BUG: fvMatrix members were public 2010-06-17 16:19:49 +02:00
f946117306 ENH: also allow UIndirectList for fvMatrix::setValues() 2010-06-17 15:18:21 +02:00
14e69f44a6 Merge branch 'master' of ssh://graham@hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-17 11:37:01 +01:00
399486e9a6 ENH: Giving sigmaTcRMax field zeroGradient type and calling
correctBOundaryConditions on it and dsmcRhoN.
2010-06-17 11:35:14 +01:00
1e3a40aa0b Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-16 12:24:21 +01:00
aa4781fcc0 BUG: missing constructor for pTraits specializations 2010-06-15 18:23:49 +02:00
eba7058067 Wall-functions: Removed the spurious y+ filter on the generation term. 2010-06-15 13:07:51 +01:00
0a4c8f7266 ENH: add assignment from UIndirectList to DynamicList 2010-06-15 11:02:23 +02:00
fe43a59812 STYLE: Fixing gibberish description. 2010-06-14 18:36:38 +01:00
6c86384ac7 ENH: use UList instead of Field for fvMatrix::setValues() 2010-06-14 13:52:39 +02:00
245e31adef Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-11 17:00:31 +01:00
6c64f2780a COMP: finiteVolume/Make/options : have explicit dependency on OpenFOAM 2010-06-11 16:56:08 +01:00
8b46d0cc68 BUG: chtMultiRegionFoam : adapt for basicSolidThermo 2010-06-11 16:55:32 +01:00
9544280e65 ENH: Register turbulenceModel with optional name (default is 'turbulenceModel')
Now instead of looking up RASModel we can lookup turbulenceModel instead.
2010-06-11 16:39:16 +01:00
4c3021ba61 ENH: chtMulti* : adapted to use solidBasicThermo 2010-06-11 16:38:22 +01:00
2b88a6829d STYLE: sampledPlane : added comment about calling update() 2010-06-11 16:34:12 +01:00
8fb546d34d ENH: IOField,IOList : added name printing in error message. 2010-06-11 10:59:53 +01:00
b7e17abf9e ENH: basicSolidThermo : first implementation of solid thermo 2010-06-11 10:36:41 +01:00
4418d3f003 ENH: paraFoam : unset FOAM_ABORT to prevent backtrace printing hanging paraFoam 2010-06-11 10:03:36 +01:00
3cf1f5eacd ENH: IOdictionary : print name in warning message about READ_IF_MODIFIED 2010-06-11 10:01:53 +01:00
bd77d50b5f Miscellaneous developments from Hilary 2010-06-10 13:15:04 +01:00
cf1fa7115f Tutorial updates -- incomplete.
These changes are pushed to avoid continuous merge conflicts caused by scripted
changes to all the tutorial files.
2010-06-10 13:01:14 +01:00
460faa33ed buoyantSimpleFoam buoyantCavity tutorial: Updated
Update not complete.
2010-06-10 12:59:34 +01:00
d53f5edf5c damBreak4phase: Tested and updated multiphaseInterFoam solver tutorial. 2010-06-10 12:55:04 +01:00
17d36e9353 multiphaseInterFoam: changed alphaContactAngleFvPatchScalarField to multiphaseAlphaContactAngleFvPatchScalarField
to avoid name clashed with the version of alphaContactAngleFvPatchScalarField in the interfaceProperties library.
2010-06-10 12:53:54 +01:00
02d5869644 BUG: multiLevelDecomp : access to lower level dictionary 2010-06-10 08:21:14 +01:00
a85f1fd9fd STYLE: changed comment in sampleDict 2010-06-10 08:20:08 +01:00
3fd4142911 BUG: foamToVTK incorrect symmTensor components 2010-06-10 08:19:28 +01:00
3137861e7e ENH: multiLevelDecomp : added debug statistics printing 2010-06-09 11:35:57 +01:00