Henry
1aa09612e5
wallGradU: Calculate patch gradient only on wall patches
2013-04-08 15:38:22 +01:00
andy
8b2f56966d
BUG: Added missing linkage to turbulence libraries
2013-04-02 13:21:16 +01:00
andy
b45a4486b1
STYLE: Updates to erroneous copyright dates - applications
2013-03-13 09:45:16 +00:00
andy
951c8436aa
ENH: Applying Gijs' patch: Update header documentation for utilities
2013-02-21 10:54:34 +00:00
andy
aa5a119be6
ENH: Updated turbulence code/utilities affected by updates to turbulence model behaviour
2012-11-27 17:11:56 +00:00
mattijs
297c6c721d
COMP: wallHeatFlux: removed extraneous libraries
2012-10-04 15:03:41 +01:00
mattijs
db71ef6e34
ENH: solidWallHeatFlux: incorporated into wallHeatFlux
2012-08-28 10:31:09 +01:00
Henry
830c0ef382
Thermodynamyics: rename basicThermo -> fluidThermo and veryBasicThermo -> basicThermo
2012-08-23 14:13:13 +01:00
Henry
8f4b56b3c3
Thermodynamics: Rationalised the base classes for fluid and solid thermo.
...
New base class for fluid and solid thermo: veryBasicThermo
Base class for fluid thermo: basicThermo (derived from veryBasicThermo)
Base class for solid thermo: solidThermo (derived from veryBasicThermo)
Note in next commit basicThermo -> fluidThermo, veryBasicThermo -> basicThermo
2012-08-23 11:39:02 +01:00
mattijs
97d133bcf4
ENH: wallHeatFlux: generalise for solids
2012-08-20 10:19:14 +01:00
mattijs
15188397e8
BUG: createFields: non-const ref to T
2012-07-05 12:26:51 +01:00
sergio
743dec3f73
BUG: Fixing soliWallHeatFlux working with the new solid thermo and
...
fixing directionalSolidThermo in temperatureCoupledBase.C as mean value
of the vector for heat conductivity
2012-07-03 14:41:38 +01:00
Henry
d21b61a883
Updated headers
2012-07-03 14:00:21 +01:00
Henry
ef2bc10d11
nutWallFunctions: Generalised for RAS and LES
...
nuSgsUSpaldingWallFunction removed, now use nutUSpaldingWallFunction
2012-07-03 10:34:20 +01:00
andy
9075f54d69
BUG: Corrected output of yPlusRAS/LES for parallel running - mantis #556
2012-06-18 10:58:48 +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
sergio
fa4fd968a8
ENH: Renaming K to kappa and kappa to kappaRad in solid thermo and
...
updating tutorials
2012-05-08 11:02:39 +01:00
mattijs
2890f30897
ENH: solidWallHeatFlux: new postprocessing application for solids
2012-01-25 18:06:28 +00:00
mattijs
1c3ce0518d
ENH: basicThermo: have runtime selection table
2012-01-25 17:45:18 +00:00
andy
ddfd2bfb38
ENH: Updated wallShearStress utility to include compressible RAS flows
2011-12-22 12:27:03 +00:00
Henry
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
andy
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
andy
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce
.
2011-01-05 18:24:29 +00:00
graham
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
Mark Olesen
e81e392ae6
COMP: adjust code for nu() as tmp<volScalarField>
2010-12-22 09:38:27 +01:00
Mark Olesen
a3788fe854
COMP: avoid ambiguous construct from tmp - utils/ pre+post processing
2010-12-20 10:37:17 +01:00
graham
012494fdb5
STYLE: Fixing code style requirements for all apps.
...
Exception: applyWallFunctionBoundaryConditions.C cannot split #include
directives.
2010-07-27 15:27:05 +01:00
andy
81189ebd4c
ENH: wallHeatFlux utility - using basicPsiThermo instead of hCombustionThermo
2010-06-01 15:26:56 +01:00
Mark Olesen
147fa2a75d
STYLE: add notes to some (most) command-line options
...
- mapFields and splitMeshRegions need more clarification
2010-04-27 10:50:15 +02:00
Mark Olesen
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
Mark Olesen
58b7e64185
Use argList::addOption, argList::addBoolOption (almost) everywhere
...
- ensure that the standard options (eg, from timeSelector) also have
some usage information
2009-12-03 13:32:12 +01:00
Mark Olesen
fa93ce8cd7
coding style adherence
...
- markup codingStyleGuide.org examples so they actually indent correctly
- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
2009-11-27 15:39:14 +01:00
mattijs
791b5aaeaa
replacing isType with isA to enable directMappedWall to work
2009-09-15 17:51:59 +01:00
henry
d4864d9b6e
Moved the "generic" BCs into a separate library and included it only in those utilities
...
which need this functionality. Solvers will now check the correctness of the BCs on
read.
2009-08-04 22:13:54 +01:00
andy
96f23c2796
Updated wall function boundary types for utils
2009-08-03 11:44:14 +01:00
andy
9ff255962f
added feedback in the case that no valid nut/mut BCs are identified
2009-07-24 12:07:50 +01:00
andy
1a1abf3544
updated yPlusRAS utility
2009-07-23 12:02:36 +01:00
andy
711ef82589
updated yPlusRAS utility
2009-07-22 17:54:47 +01:00
andy
c3c36e6b16
updated name change of combustion->reaction lib
2009-06-10 19:37:52 +01:00
mattijs
55f5241fc8
output wallDistance
2009-05-28 18:14:38 +01:00
Mark Olesen
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
mattijs
f5b23d5065
missing patch selection
2008-12-03 11:19:40 +00:00
henry
47d0a28d7d
Updated utilities to use the new turbulenceModels paths.
2008-11-23 16:17:05 +00:00
andy
6663702c45
cleaned up output message (removed dims etc)
2008-07-25 18:01:06 +01:00
Mark Olesen
02cabc3cf2
updated Copyright (C) \d+-2008 OpenCFD Ltd.
2008-06-25 15:01:46 +02:00
andy
1186749707
updated to reflect changes in turbulence models
2008-06-20 17:23:59 +01:00
andy
b3cb7c3dd3
created incompressible namespace for incompressible LES models
2008-06-18 17:43:42 +01:00
andy
2b01d2f5da
consistency update - (in)compressibleTurbulenceModels -> (in)compressibleRASmodels
2008-06-18 10:06:06 +01:00
andy
f4b2b04f58
consistency update
2008-06-17 17:28:12 +01:00
andy
24c4b1b745
relocation of turbulence models and renaming namespaces
2008-06-17 10:48:04 +01:00