Commit Graph

391 Commits

Author SHA1 Message Date
graham
34d8f73153 Merge branch 'master' into particleInteractions 2009-10-21 16:40:45 +01:00
graham
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
graham
2125ba00de Merge branch 'master' into particleInteractions 2009-10-19 11:37:48 +01:00
mattijs
2ff47b7909 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-10-12 13:04:02 +01:00
henry
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
mattijs
24479b6102 use prfValue 2009-10-09 17:16:37 +01:00
graham
5f8cf390f6 Adding incompressible solver where the value of density is read from
the transportDictionary.
2009-10-07 17:08:26 +01:00
graham
b4052f716b Merge branch 'master' into particleInteractions 2009-10-07 16:19:51 +01:00
mattijs
f2ae950de6 initialise K with alphaEff 2009-10-02 17:16:39 +01:00
graham
af09f19463 Merge branch 'master' into particleInteractions 2009-09-17 15:15:19 +01:00
mattijs
ed78938873 renamed b.c. 2009-09-15 18:40:49 +01:00
mattijs
791b5aaeaa replacing isType with isA to enable directMappedWall to work 2009-09-15 17:51:59 +01:00
graham
c1925b36e8 Fixing conflict. 2009-09-15 15:24:33 +01:00
henry
10caa3dd12 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-10 22:43:56 +01:00
henry
5467d69f5b Corrected handling of density. 2009-09-10 22:43:48 +01:00
andy
9215ef540e moved UEqn to within outer loop 2009-09-10 15:34:18 +01:00
henry
55f2b496a9 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-09 21:56:40 +01:00
henry
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
graham
9a71ce6b90 Merging, fixing conflicts 2009-09-07 12:27:57 +01:00
graham
e10bb9589e Merge master, fixing conflicts 2009-09-07 12:23:13 +01:00
andy
6062a1ef66 updates/improvements to the cloud IO system and using new constants 2009-09-04 16:19:57 +01:00
graham
fbce666ec9 Adding templated interactionLists to the intermediate library. The
referred particle is the same type as the real partilce,
i.e. dispensed with reduced referredMolecule-like class.  In general
the collision between particles may involve all pieces of data (type,
size, speed etc).
2009-08-31 20:24:57 +01:00
graham
0ec2983437 Merge branch 'master' into particleInteractions 2009-08-31 11:11:09 +01:00
andy
8dcea0f8cd using new constant definitions 2009-08-28 18:04:22 +01:00
graham
5fb21c8139 Merge branch 'dsmc' into particleInteractions 2009-08-20 20:09:43 +01:00
graham
0e8fdf5b9b Infrastructure for CollisionModel created and make...Submodel files
updated an created.

Included interactionLists from molecule library.  Building with
temporary length squared hard coded.

Selecting collision partnersusing DIL and applying test force to each.
2009-08-20 20:06:13 +01:00
graham
48b452ae76 Merge branch 'master' into particleInteractions 2009-08-19 18:35:48 +01:00
graham
d781ca0602 Merge branch 'master' into dsmc 2009-08-19 09:53:17 +01:00
graham
698fa32b3f Adding parcels and clouds for interacting particles. Creating solver
and test case.
2009-08-18 20:27:14 +01:00
henry
dc183f3011 Minor formatting change. 2009-08-18 17:14:25 +01:00
henry
c9be8d63de Added alternating stress term. 2009-08-18 17:12:38 +01:00
andy
9fb0ed08e7 updating turb coeffs + fix typo 2009-08-13 09:54:57 +01:00
andy
d02c8d1a52 updated Up calc to use mag() 2009-08-13 09:44:09 +01:00
henry
31c76da40f Changed the runtime-selection tables to output a sorted toc. 2009-08-06 18:01:28 +01:00
mattijs
73ae3ddc6d include topoChangerFvMesh 2009-08-05 21:31:30 +01:00
mattijs
e5a710d3eb Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-05 16:18:38 +01:00
mattijs
eba6c985a9 added rawTopoFvChanger mesh 2009-08-05 16:11:47 +01:00
mattijs
876135a83d forcing scheduling calculation 2009-08-04 16:42:54 +01:00
Mark Olesen
ecb8d29b83 Merge commit 'OpenCFD/master' into olesenm 2009-08-03 16:20:24 +02:00
Mark Olesen
7a8a318312 Revert "define values for standardCmu, standardKappa, standardE in turbulenceModel.H"
This reverts commit 54a8b6a152.
2009-08-03 15:31:14 +02:00
andy
827f834a93 corrected y+ calc, re-structured, better handling for walls 2009-08-03 09:53:13 +01:00
Mark Olesen
54a8b6a152 define values for standardCmu, standardKappa, standardE in turbulenceModel.H 2009-08-01 09:36:34 +02:00
Mark Olesen
827e3659b9 consistency update: kappa=0.41, E=9.8
- this would be an argument for providing default values at the top-level
  compressible/incompressible turbulenceModel
2009-07-31 18:15:54 +02:00
graham
9d1fc15616 Merge branch 'master' into dsmc 2009-07-29 14:16:27 +01:00
henry
5297267a5f Use new patch-based wall-functions. 2009-07-27 07:52:14 +01:00
Chris Greenshields
34f758b9f7 Changed rhoCentralFoam to be e-based 2009-07-24 15:51:07 +01:00
andy
c1993c92fa Merge branch 'olesenm' 2009-07-23 12:42:52 +01:00
Chris Greenshields
2f3016173e Modified Description entries for documenting purposes 2009-07-22 14:08:02 +01:00
Mark Olesen
5692a06a32 fixed up sloppy Allwclean files 2009-07-22 12:39:20 +02:00
henry
b248dd283c Added kappa_ and E_. 2009-07-21 22:26:01 +01:00