mattijs
ebfe8de6f4
../etc/settings.csh
2009-10-07 15:08:34 +01:00
mattijs
86af21c833
radiation fixes
2009-10-06 14:52:20 +01:00
mattijs
e5b647ed87
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-06 14:48:41 +01:00
mattijs
4f08a18800
moved temperature coupled baffle into compressible
2009-10-06 14:48:31 +01:00
mattijs
a4d76986c7
radiation fixes
2009-10-06 14:44:05 +01:00
mattijs
9c1d1dc7b9
skip c++ include for mpi.h
2009-10-06 14:43:42 +01:00
Mark Olesen
da62572187
ParaView reader for blockMesh
...
- first version. Only uses simple hex shapes for the blocks.
2009-10-05 23:36:08 +02:00
Mark Olesen
b0f31c4b05
PV3FoamReader - cosmetic changes
2009-10-05 23:21:42 +02:00
Mark Olesen
2dcd867f47
blockMesh improvements
...
- expose point field throughout
- make output less verbose, but can switch on/off with verbose() static method
2009-10-05 22:53:22 +02:00
henry
c6cce33ae2
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-05 18:52:29 +01:00
henry
b9963d237a
Bug fix: http://www.cfd-online.com/Forums/openfoam-bugs/68834-mistype-absorptioncoeffs-c.html
2009-10-05 18:52:27 +01:00
Mark Olesen
1194af6a8a
added foamListTimes utility
...
- can be used to query available time directories
- useful, for example, with a shell script
2009-10-05 09:14:14 +02:00
mattijs
5f440f1aef
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-02 17:18:15 +01:00
mattijs
fd7eb97042
remove rho from K calculation
2009-10-02 17:17:22 +01:00
mattijs
cba2e9905c
removed whitespace
2009-10-02 17:17:00 +01:00
mattijs
f2ae950de6
initialise K with alphaEff
2009-10-02 17:16:39 +01:00
henry
fc039195c5
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-02 10:32:43 +01:00
henry
7db1464e73
Corrected the initialisation of nut and mut for the solution and the application of the stability limiter.
2009-10-02 10:32:40 +01:00
henry
734a8e7d58
Consistency correction.
2009-10-02 10:31:46 +01:00
mattijs
7798c4feb9
write access to tag
2009-10-01 21:21:10 +01:00
mattijs
74fade9bb8
allow directional conductivity
2009-10-01 19:36:44 +01:00
mattijs
7311aac696
register on mesh, not time
2009-10-01 19:35:46 +01:00
mattijs
c0f69c19f7
sync blockedFaces
2009-10-01 19:35:18 +01:00
mattijs
f6ec4dee46
added -constant
2009-10-01 19:34:53 +01:00
graham
c0558d794f
Merge branch 'master' into sixDofPatch
2009-09-30 18:28:45 +01:00
mattijs
bc483f4683
phi instead of psi
2009-09-30 15:29:43 +01:00
mattijs
1ea20c864e
overwrite to write to original instance
2009-09-30 15:23:57 +01:00
graham
0545576016
Adding rhoInf data member to be passed to the forces function object.
2009-09-30 12:32:49 +01:00
mattijs
c3519f5b4a
patch decomposition through mapping
2009-09-29 22:53:17 +01:00
mattijs
85a2dbaf59
keep flipMap false
2009-09-29 22:51:20 +01:00
mattijs
ddb312a279
made entry optional
2009-09-29 20:37:23 +01:00
mattijs
09e1bfa865
pointMotion derived cellMotion is equivalent
2009-09-29 20:34:35 +01:00
mattijs
c178021ebc
sorted addressing
2009-09-29 20:32:08 +01:00
mattijs
821635d186
fix mastercell calculation
2009-09-29 20:31:24 +01:00
mattijs
98dd8ff0f6
access to transformation
2009-09-29 20:30:39 +01:00
mattijs
cbf3b76658
unused include file
2009-09-29 20:29:59 +01:00
mattijs
673100d8aa
have non-uniform offset vector
2009-09-29 20:29:38 +01:00
mattijs
6b439e6392
fix writing to 0/ instead of constant
2009-09-29 20:28:48 +01:00
graham
ce299b3917
Making parallel motion consistent. Moving all motion state data to a
...
sepatate class so that it may be scattered in one operation.
2009-09-29 17:35:53 +01:00
graham
dfd02c8b4f
sixDof motion pointPatchField
2009-09-28 19:06:11 +01:00
Mark Olesen
7e0a4d8eb8
foamToEnsightParts: cosmetic changes
2009-09-25 13:39:22 +02:00
mattijs
7e985f898e
added remove command
2009-09-24 23:48:19 +01:00
mattijs
fad330d3f2
added zoneSets
2009-09-24 18:51:17 +01:00
mattijs
ee060ce00a
make wedgePlane entry optional
2009-09-24 18:41:10 +01:00
mattijs
912fcfe401
clean up memory
2009-09-24 18:40:44 +01:00
mattijs
72cacc9588
added zoneSets
2009-09-24 18:39:04 +01:00
graham
ceca5c62d6
Revert "Adding constraint of tracking motion in reduced dimension cases."
...
This reverts commit 9d3f0eaefb
.
Need to do rigorously including implications for gathering data.
Bird's method for a 2D code involves all vector quantities being
actually 2D, and the density (for example) being particles per unit
area (flowfield) or length (surface). Needs some thought to
generalise.
2009-09-24 12:47:57 +01:00
graham
9d3f0eaefb
Adding constraint of tracking motion in reduced dimension cases.
...
Saving the full 3D velocity before constraining for tracking, then
restoring afterwards.
2009-09-24 10:33:29 +01:00
graham
65ca8a8b99
Merge branch 'master' into dsmc
2009-09-24 09:55:56 +01:00
Mark Olesen
fb527df51a
added missing execute bit on src/mesh/Allwmake
2009-09-24 10:22:36 +02:00