Henry Weller
a1550cba22
dimensionedType: rationalize lookupOrDefault and lookupOrAddToDict
...
Now consistent with constructors.
2015-10-01 17:29:29 +01:00
Henry Weller
3487bd4991
reactingTwoPhaseEulerFoam: alphatFixedDmdtWallBoilingWallFunction: new BC to test wall boiling
2015-09-25 17:52:51 +01:00
Henry Weller
08efe5d4e3
Updated header
2015-08-26 18:07:16 +01:00
Henry Weller
34ce2e6d61
twoPhaseEulerFoam: Added support for alphat and thermal wall-functions
2015-08-26 18:06:43 +01:00
Henry Weller
6e52d1864c
TurbulenceModels/compressible: Added correctEnergyTransport() function
...
to allow the turbulent energy transport properties to be updated for
every energy solution if required.
Added correctEnergyTransport() call to reactingTwoPhaseEulerFoam
2015-08-26 15:37:52 +01:00
Henry Weller
85c62fc1b7
reactingTwoPhaseEulerFoam: Added support for thermal diffusivity and thermal wall-functions
2015-08-22 18:09:44 +01:00
Henry Weller
c80e7cd4e5
ThermalDiffusivity: Refactored to support phase turbulence models
2015-08-20 17:54:51 +01:00
Henry Weller
3ecf04d441
src/TurbulenceModels: Renamed template classes to start with capital letter
2015-08-20 15:30:53 +01:00
Henry Weller
ecee2d275e
Input of dimensionedScalars: update read-construction of dimensionedScalar in applications
...
so that the specification of the name and dimensions are optional in property dictionaries.
Update tutorials so that the name of the dimensionedScalar property is
no longer duplicated but optional dimensions are still provided and are
checked on read.
2015-07-20 22:52:53 +01:00
Henry Weller
77bf182edc
Resolved issues with virtual function inheritance and warning from clang
...
Also removed __GNUC__ conditional compilation statements which are no
longer needed.
2015-07-17 12:11:37 +01:00
Henry Weller
f275efddfa
kOmegaSSTSato: Cannot correct nut in the constructor
...
construction of the phases is not complete
2015-06-30 13:07:01 +01:00
Henry Weller
a77070cde6
kOmegaSSTSato: Relocated to src/TurbulenceModels/phaseCompressible/RAS
2015-06-30 13:04:27 +01:00
Henry Weller
61ba5f0268
Use basicThermo::dictName rather than hard-coding "thermophysicalProperties"
2015-06-24 10:44:57 +01:00
Henry Weller
23ca147218
externalWallHeatFluxTemperature: Correct doc
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1745
2015-06-15 19:13:31 +01:00
Henry Weller
9e0f08b204
Corrected typo
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1741
2015-06-15 11:20:56 +01:00
Henry Weller
a5aefc54a7
TurbulenceModels/phaseCompressible: Do not call correctNut in constructor
...
if it depends on the availability of the physical properties of both
phases as the construction of the phase-system may not be complete.
2015-06-12 09:43:07 +01:00
Henry
9bc5a92f70
Update headers
2015-06-07 18:54:19 +01:00
Henry
2337ef4ef6
TurbulenceModels/phaseCompressible: Up-cast the phase-system to twoPhaseSystem
2015-06-07 18:53:22 +01:00
Henry
95bc70a9f8
externalWallHeatFluxTemperature: Added support for relaxing the radiative contribution
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1704
2015-05-25 21:46:48 +01:00
Henry
95ae555848
thermalBaffle1DFvPatchScalarField: Correct handling of relaxation
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1696
2015-05-18 16:32:43 +01:00
Henry
4c51cba64a
externalWallHeatFluxTemperature: Correct docs
...
Resolved part of bug-report http://www.openfoam.org/mantisbt/view.php?id=1690
2015-05-14 18:50:47 +01:00
Henry
5276cc1d39
PrandtlDelta: Added description
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1673
2015-04-27 16:13:20 +01:00
Henry
bb59286bb6
LESfilter: Allow the name of the filter sub-dict to be specified by New
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1659
2015-04-18 19:30:27 +01:00
Henry
4543ed9890
Corrected docs
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1658
2015-04-17 19:31:29 +01:00
Henry
3aa1868f5d
atmBoundaryLayer: Removed the hard-coded limit on z0
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1638
2015-03-27 15:15:16 +00:00
Henry
a1379518e6
mixtureKEpsilon: Changed bounded non-conservative transport flux to be volumetric rather than mass-based
...
Avoids numerical problems caused by large density gradients, particularly around the interface.
Allows the use of higher-order differencing for km and epsilonm
2015-03-20 17:16:05 +00:00
Henry
7507217b81
Update header
2015-03-19 15:27:13 +00:00
Henry
f7914a858e
mixtureKEpsilon: Read km and epsilonm from the startTime directory
2015-03-19 15:25:18 +00:00
Henry
cb6f22edcf
thermophysicalModels/specie: Added entropy function to equations of state
...
Added the pressure dependent part of the entropy from the equation of
state to that returned by the thermo entropy function.
TODO: Add entropy defect to the PengRobinsonGas::s(p, T) function.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1411
2015-03-07 21:47:04 +00:00
Henry
8c11106048
qZeta: Use pow3 rather than pow(..., 3)
2015-03-02 22:26:58 +00:00
Henry
040cabdfe0
Minor cleanup
2015-03-01 22:17:09 +00:00
Henry
391d5b9a18
epsilonLowReWallFunction: Debugged and changed handling of G in the low-Re limit to leave unchanged
2015-03-01 22:16:06 +00:00
Henry
2398798419
LamBremhorstKE: Updated and added support for epsilonLowReWallFunction
2015-03-01 22:15:12 +00:00
Henry
53711ff598
TurbulenceModels: LienCubicKE, ShihQuadraticKE and LienLeschziner models rewritten
...
The implementation now correspond to the definitions in the readily
available reference:
http://personalpages.manchester.ac.uk/staff/david.d.apsley/specturb.pdf
in which a large number of linear and non-linear models are presented in
a clean and consistent manner. This has made re-implementation and
checking far easier than working from the original references which anyway
are no longer available for the LienCubicKE and ShihQuadraticKE models.
2015-03-01 17:55:16 +00:00
Henry
9b99bbf312
Reynolds stress turbulence models: Add laminar diffusion of R and epsilon
...
Also use the innerSqr function where appropriate
2015-02-28 16:11:57 +00:00
Henry
a145dee287
TurbulenceModels: Update non-linear models to use the new innerSqr function
2015-02-28 16:11:24 +00:00
Henry
3b11abd26e
Turbulence models: minor clean-up
2015-02-27 19:23:39 +00:00
Henry
cd6f4049ef
non-linear turbulence models: corrected generation term and tested
2015-02-27 19:22:53 +00:00
Henry
f2b4e22f90
ShihQuadraticKE: Rewritten and tested on the boundaryWallFunctions and pitzDaily cases
2015-02-27 18:13:30 +00:00
Henry
6f3a93c986
ShihQuadraticKE: renamed from nonlinearKEShih and added reference
2015-02-27 11:29:45 +00:00
Henry
d99958d424
TurbulenceModels: Updated documentation for incompressible models
2015-02-26 20:03:48 +00:00
Henry
76c7f68ac1
fluidThermo: Add compressibleTransportModel as base-class
...
Needed to create generic compressible turbulence model library
2015-02-17 17:25:26 +00:00
Henry
f99884de00
turbulenceModels/RAS/kOmegaSSTSAS/kOmegaSSTSAS: Added the k-omega-SST-SAS model
...
Egorov, Y., & Menter F.R. (2008).
Development and Application of SST-SAS Model in the DESIDER Project.
Advances in Hybrid RANS-LES Modelling,
Notes on Num. Fluid Mech. And Multidisciplinary Design,
Volume 97, 261-270.
2015-02-16 09:24:01 +00:00
Henry
913e515fef
turbulenceModels/LES/dynamicLagrangian/dynamicLagrangian: Removed unused declaration
2015-02-16 09:22:59 +00:00
Henry
f9a8cb7cfc
dynamicLagrangian: Added template include
2015-02-14 16:43:27 +00:00
Henry
0ddae8ba2c
turbulenceModels/LES/dynamicLagrangian: Added the Lagrangian averaged form of the dynamic Smagorinsky eddy-viscosity SGS model for LES
2015-02-14 15:52:08 +00:00
Henry
f58fd14271
Corrected capitalization of Doxygen documentation comments
2015-02-14 13:10:15 +00:00
Henry
fb68661de8
turbulenceModels/LES/dynamicKEqn/dynamicKEqn: Added dynamic version of the one-equation SGS model
2015-02-14 13:08:08 +00:00
Henry
356cbd27f7
TurbulenceModels: No need to explicitly correct for boundedness, use the "bounded" scheme instead
2015-02-12 09:58:17 +00:00
Henry
6f63b722e0
TurbulenceModels: Do not register temporaries
2015-02-12 09:57:45 +00:00