mattijs
d6087d356f
regions without faces
2009-03-10 20:24:38 +00:00
Mark Olesen
4b60453cf1
use while (runTime.loop() { .. } where possible in solvers
...
- change system/controlDict to use functions {..} instead of functions (..);
* This is internally more efficient
- fixed formatting of system/controlDict functions entry
- pedantic change: use 'return 0' instead of 'return(0)' in the applications,
since return is a C/C++ keyword, not a function.
2009-02-18 08:57:10 +01:00
Mark Olesen
19aa23d707
Merge commit 'OpenCFD/master' into olesenm
2009-02-17 16:35:00 +01:00
andy
c799fb0014
renamed to be consistent with new solver naming convention
2009-02-17 12:27:38 +00:00
andy
a5ab4126d8
renamed to be consistent with new solver naming convention
2009-02-17 12:09:27 +00:00
Mark Olesen
c2256e51f3
change solvers, utilities, etc. to use while (..) time-looping idiom
...
- this (now deprecated) idiom:
for (runTime++; !runTime.end(); runTime++) { ... }
has a few problems:
* stop-on-next-write will be off-by-one (ie, doesn't work)
* function objects are not executed on exit with runTime.end()
Fixing these problems is not really possible.
- this idiom
while (runTime.run())
{
runTime++;
...
}
works without the above problems.
2009-02-17 08:47:42 +01:00
andy
2d8ec16d6c
update
2009-02-12 10:11:57 +00:00
andy
dfe1df4c61
new solver
2009-02-11 19:49:38 +00:00
andy
a7f68e85ef
restructuring
2009-02-11 18:49:54 +00:00
andy
d12bf72ddc
output min/max T as scalar
2009-02-11 18:39:34 +00:00
Mark Olesen
d3ec38f0aa
Merge commit 'OpenCFD/master' into olesenm
2009-02-06 10:40:19 +01:00
andy
f903801502
forgot to commit new files
2009-02-05 15:36:56 +00:00
andy
a83588ec11
using surfaceScalarField constructor to name field
2009-02-04 10:25:31 +00:00
andy
efdb3fd3fa
improved flux calcs + more clean-up
2009-02-04 10:21:23 +00:00
andy
61e1c0c1ea
major clean-up
2009-02-04 09:46:26 +00:00
andy
6d3a272372
applying improved flux-velocity correspondence
2009-02-03 18:24:23 +00:00
andy
75f6168b0b
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-02-03 17:19:58 +00:00
henry
ddf1a3c224
I did what I had to do
2009-02-03 16:59:45 +00:00
henry
338b72b1eb
Improved the flux-velocity correspondence for cases where hydrostatic balance is
...
important e.g. in atmospheric flows.
2009-02-03 16:51:07 +00:00
andy
a434d4f9de
Prantdl -> turbulent Prandtl number
2009-02-03 16:29:39 +00:00
andy
f7040f7cc1
using DpDt and adding run-time modifiable timestep support
2009-01-29 13:41:08 +00:00
andy
d0e99ff347
Adding new buoyantBoussinesqSimpleFoam
...
- incompressible, Boussinesq variant of buoyantSimpleFoam
- requires new fixedFluxBoussinesqBuoyantPressure bc on pd at walls
to balance the flux generated by the temperature gradient
2009-01-28 15:11:43 +00:00
mattijs
9a1d3aec1d
debug printing
2009-01-14 12:24:09 +00:00
Mark Olesen
c5b38a7232
update copyrights for 2009
2008-12-31 19:01:56 +01:00
Mark Olesen
cdd2266467
Merge commit 'OpenCFD/master' into olesenm
...
Conflicts:
src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C
src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C
2009-01-07 09:39:17 +01:00
Mark Olesen
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
mattijs
22393b4262
new bc
2008-12-30 22:00:17 +00:00
henry
47d0a28d7d
Updated utilities to use the new turbulenceModels paths.
2008-11-23 16:17:05 +00:00
henry
381b1e8c9f
Updated compressible applications to use the new turbulenceModel base-class where appropriate
...
(transient solvers) and corrected paths to the new location of the turbulence models.
2008-11-23 15:01:53 +00:00
henry
898742e6eb
Corrected the update of pd from p in closed-volume cases.
2008-07-24 12:39:44 +01:00
mattijs
17ab54d381
extraneous autoPtr
2008-07-15 22:06:11 +01:00
Mark Olesen
655ef10401
convergence check for terminating SIMPLE steady-state solvers
...
- rhoPorousSimpleFoam
- rhoSimpleFoam
- buoyantSimpleFoam
- buoyantSimpleRadiationFoam
- simpleFoam
2008-07-09 08:33:06 +02:00
henry
0912c6c790
Made consistent with respect to pd BC and ddtPhiCorr
2008-06-27 17:30:28 +01:00
henry
939a46c844
Added pd, changed p BCs to calculated and added pRef to thermophysicalProperties
2008-06-27 16:39:42 +01:00
henry
1202a245ae
Changed the constructor for pd to MUST_READ.
...
Calculate p from pd (note p is still read in by the termo package) and correct thermo.
2008-06-27 12:42:22 +01:00
Mark Olesen
02cabc3cf2
updated Copyright (C) \d+-2008 OpenCFD Ltd.
2008-06-25 15:01:46 +02:00
andy
56fd8890d5
consistency updates
2008-06-20 11:22:33 +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
61f4a0f8a9
removing erroneous files
2008-06-17 14:20:10 +01:00
andy
24c4b1b745
relocation of turbulence models and renaming namespaces
2008-06-17 10:48:04 +01:00
andy
168c7e1ca9
removing FoamX
2008-06-04 13:40:02 +01:00
mattijs
f36526531b
built into FOAM_USER_APPBIN
2008-05-22 14:07:02 +01:00
henry
603860c051
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-13 12:59:59 +01:00
andy
d9b16477e1
Moved buoyantSimpleRadiationFoam from tutorials to applications/solvers/heatTransfer
2008-05-13 12:56:43 +01:00
henry
60bdbaa7a1
Improved description
2008-05-13 12:41:16 +01:00
mattijs
51d3d78391
New application - conjugate heat transfer
2008-05-08 16:51:05 +01:00
OpenFOAM-admin
3170c7c0c9
Creation of OpenFOAM-dev repository 15/04/2008
2008-04-15 18:56:58 +01:00