Commit Graph

410 Commits

Author SHA1 Message Date
a55257783d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-28 16:30:41 +00:00
6fb475b439 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-28 16:08:17 +00:00
3b038c3702 settlingFoam: Changed to solving for pmh (static pressure minus hydrostatic pressure).
While p and pmh (pd in OpenFOAM-1.5.?) are equivalent on orthogonal meshes they
are not on non-orthogonal meshes and the difference is very important for
buoyancy-dominated flows such as settling.  settlingFoam is now written in terms
of pmh (static pressure minus hydrostatic pressure) which used to be called pd
but that confused too may people.
2010-01-28 16:06:08 +00:00
d1874a0529 STYLE: removed spurious //'s 2010-01-28 12:50:27 +00:00
0b96ae5409 chtMultiRegionFoam files update 2010-01-28 12:28:18 +00:00
37c3248471 chtMultiRegion modification using Diff time limite 2010-01-27 17:11:47 +00:00
cdb616eb48 Removed blank line. 2010-01-20 17:06:22 +00:00
19f8fa236a Update PDR turbulence model to conform to updated turbulence model api 2010-01-11 12:59:32 +00:00
37c4f2f375 remove empty 'Description' from various .C files 2009-12-04 14:11:33 +01:00
5e972c772f remove trailing space from some files 2009-12-04 13:39:35 +01:00
0e33bf0bba add some usage information to a few utilities 2009-12-04 10:20:15 +01:00
c091d856ae pedantic changes: 'forAll (' -> 'forAll(' in applications/
- to match coding guidelines
2009-12-03 14:12:08 +01:00
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
00985638d8 remove fvCFD.H usage from remaining library source
- exception calcType.H since it'll most likely be used for building
  applications anyhow

- use quailified names in more of the lagrangian code

- killed some tab indents in various places.
2009-12-02 15:34:52 +01:00
909e6b27e4 Apply coding style recommendations:
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
2009-11-30 08:55:03 +01:00
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
06eb5b7477 Added preliminary version of the rhoSimplecFoam code and tutorial case.
This currently only runs in serial, parallelisation is worked on.
2009-11-25 11:59:19 +00:00
fabbd8bb47 Merge branch 'master' into dsmc 2009-11-20 11:31:30 +00:00
bb65911c45 Added a correction to the boundary velocity and flux to make them consistent
with the boundary motion before the fluxes are corrected for continuity by
pcorr.
2009-11-18 23:10:26 +00:00
e779953746 steady state cht solver; switched default coupled bc to be fixedValue 2009-11-17 11:41:05 +00:00
cf9b9bff17 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-12 13:29:10 +00:00
963a8cb8d5 cleaner code 2009-11-12 13:28:55 +00:00
0870e22400 Merge branch 'master' into dsmc 2009-11-11 13:24:48 +00:00
e7347dbd62 removed unnecessary interpolation of h - not used 2009-11-09 10:15:07 +00:00
51bb18ce78 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-10-30 17:24:05 +00:00
9bb3c1c1ba New solvers and tutorial cases transferred from OpenFOAM-1.6.x. 2009-10-30 17:24:02 +00:00
555c1ea30d minor cosmetics 2009-10-29 14:28:57 +00:00
6b289c32fd added check to ensure that the inert specie exists in available specie list 2009-10-28 12:21:28 +00:00
c3eac7b801 Merge branch 'master' into dsmc
Conflicts:
	src/lagrangian/dsmc/clouds/Templates/DsmcCloud/DsmcCloudI.H

Fixed - old cacheDeltaT in conflict.
2009-10-21 16:39:20 +01:00
9221793088 Changing
deltaT().value() to deltaTValue()
and
    deltaT0().value() to deltaT0Value()
across the whole code - faster to return especially if being used
often, in each call to a submodel for example.
2009-10-21 16:36:07 +01:00
e9cdaf6106 Merge branch 'master' into dsmc 2009-10-21 14:12:36 +01:00
2ff47b7909 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-10-12 13:04:02 +01:00
51ebdc5e80 Merge branch 'master' into dsmc 2009-10-11 11:16:56 +01:00
e9da288118 Reverted the Americanism "math" back to the original "mathematical" and reverted name of
the include file back to mathematicalConstants.H to make upgrading code slightly easier.
2009-10-10 22:58:58 +01:00
24479b6102 use prfValue 2009-10-09 17:16:37 +01:00
f2ae950de6 initialise K with alphaEff 2009-10-02 17:16:39 +01:00
65ca8a8b99 Merge branch 'master' into dsmc 2009-09-24 09:55:56 +01:00
ed78938873 renamed b.c. 2009-09-15 18:40:49 +01:00
791b5aaeaa replacing isType with isA to enable directMappedWall to work 2009-09-15 17:51:59 +01:00
10caa3dd12 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-10 22:43:56 +01:00
5467d69f5b Corrected handling of density. 2009-09-10 22:43:48 +01:00
9215ef540e moved UEqn to within outer loop 2009-09-10 15:34:18 +01:00
55f2b496a9 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-09 21:56:40 +01:00
42162f27b7 Added basic support for thermal effects in porous zones.
Currently the only supported model is fixing the temperature within the porous zone to a fixed value.
2009-09-09 21:55:55 +01:00
e10bb9589e Merge master, fixing conflicts 2009-09-07 12:23:13 +01:00
6062a1ef66 updates/improvements to the cloud IO system and using new constants 2009-09-04 16:19:57 +01:00
8dcea0f8cd using new constant definitions 2009-08-28 18:04:22 +01:00
d781ca0602 Merge branch 'master' into dsmc 2009-08-19 09:53:17 +01:00
dc183f3011 Minor formatting change. 2009-08-18 17:14:25 +01:00
c9be8d63de Added alternating stress term. 2009-08-18 17:12:38 +01:00