Commit Graph

308 Commits

Author SHA1 Message Date
24c6772a93 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-24 11:48:44 +00:00
1aea998bbe ENH: FaceCellWave : additional trackData like argument for passing in non-cell data 2010-11-24 11:48:04 +00:00
d549a7a4c7 BUG: corrected typo in commit of d21d66ef8c 2010-11-23 18:14:59 +00:00
45fcad70a8 ENH: Updated GPL 2->3 headers 2010-11-23 17:14:06 +00:00
d21d66ef8c BUG: Corrected kappat Jayatilleke wall function 2010-11-23 15:37:00 +00:00
b236147be2 BUG: Corrected missing sqrt(2) factors in compressible kOmegaSST model 2010-11-05 12:59:51 +00:00
e338bd79ca BUG: Corrected missing sqrt(2) factors in incompressible kOmegaSST model 2010-11-05 12:52:30 +00:00
5d6c3ae4a2 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-10-19 17:41:06 +01:00
51b8a7367c ENH: MeshWave: allow 1 cells cases. 2010-10-19 17:40:36 +01:00
12910bf8ba LienLeschzinerLowRe: Corrected name of nut 2010-10-18 18:03:57 +01:00
aadacc5812 BUG: corrected laminar clause in kappt wall function 2010-10-06 17:41:40 +01:00
37c60a6256 ENH: 80 char limit 2010-10-01 17:56:09 +01:00
1e3f298d6e COMP: Corrected corrupted Make/files during commit 6ab81bf32a 2010-10-01 17:54:38 +01:00
6ab81bf32a ENH: Added new (kinematic) turbulent thermal conductivity wall function for
incompressible codes for variable kappat

     Note: to return to 'old' behaviour, use 'type calculated' for walls
     on field kappat
2010-10-01 17:22:28 +01:00
89ee9b3e0f Merged all multiphase developments in OpenFOAM-1.7.x 2010-09-29 22:22:48 +01:00
21c4bb4b40 ENH: Cp now looked up from transport dict for incompressible turb heat flux BC 2010-09-08 12:14:12 +01:00
251a557d86 ENH: Using local calcYPlusLam function instead of turbulence model version 2010-09-02 12:39:34 +01:00
4e0e3f47e2 BUG: rd is calculated using grad(U) instead of skew(U) 2010-08-17 09:32:51 +01:00
ffb20f2dd7 ENH: Prandtl delta - use scalar lookup instead of dimensionedScalar 2010-08-09 14:55:12 +01:00
f26b8c1cc7 STYLE: 80 char lines. 2010-07-28 16:42:53 +01:00
d79237597e STYLE: Fixing code style requirements for all src. 2010-07-28 13:31:46 +01:00
28c146466f Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-30 12:37:14 +01:00
b39a77a989 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-23 17:50:40 +01:00
c4d9fcc4f1 STYLE: minor code formattig changes 2010-06-23 17:50:34 +01:00
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
cf43a1043e STYLE: minor code style changes + move template funcs into separate files 2010-06-23 11:30:04 +01:00
0b03e7e08c BUG: Change of name for swirlFlowRateInlet and change
in the constructor of dynLagrangian
2010-06-22 18:17:00 +01:00
d70bd8ec76 COMP: epsilonWallFunction : unused var 2010-06-22 17:28:21 +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
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
14b4c3849c ENH: allow protected access to RAS model coeffs/methods 2010-06-18 09:45:39 +02:00
eba7058067 Wall-functions: Removed the spurious y+ filter on the generation term. 2010-06-15 13:07:51 +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
b7e17abf9e ENH: basicSolidThermo : first implementation of solid thermo 2010-06-11 10:36:41 +01:00
d5ec1d3cee STYLE: minor typo in comments 2010-06-09 08:58:41 +02:00
f1ee573aa0 Merge branch 'inotify'
Conflicts:
	TODO
2010-06-02 10:10:52 +01:00
c51a2b0f63 ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction 2010-06-02 09:48:07 +01:00
11c5c74410 STYLE: corrected debug printing for temperature coupled bc. 2010-05-21 16:18:34 +01:00
35f74367ac ENH: Functions made public to be used by setKsCsField application 2010-05-19 15:39:40 +01:00
2abeb6a7f3 STY: Correct Copyright date and GPL version 2010-05-19 13:35:33 +01:00
b7d3d57268 ENH: Atmospheric Boundary Layer (ABL) profiles for epsilon and velocity 2010-05-19 13:29:17 +01:00
2e418fec9e ENH: fixedShearStress for incompressible flows 2010-05-18 12:10:10 +01:00
bee7ba14b3 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-05-17 15:53:12 +01:00
1c5a97458d STYLE: turbulentTemperatureCoupledBaffleMixed : renamed alpha to alpaEff 2010-05-17 15:49:47 +01:00
acfeb17237 turbulenceModel: Added `rheEpsilonEff'
Provides the viscous contribution to the energy equations.
2010-05-17 15:16:52 +01:00