Commit Graph

151 Commits

Author SHA1 Message Date
f1ee573aa0 Merge branch 'inotify'
Conflicts:
	TODO
2010-06-02 10:10:52 +01:00
c51a2b0f63 ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction 2010-06-02 09:48:07 +01:00
361b153343 Final iteration information now available in mesh::data (used to be mesh::fvData)
Relaxation and solution parameters for the final iteration in PIMPLE loops are
now selected according to the value of the "finalIteration" entry in the
mesh::data dictionary.

rhoPimpleFoam significantly updates and now replaces rhoPisoFoam.
2010-05-25 18:45:25 +01:00
f9f988d82f Merge remote branch 'OpenCFD/master' into olesenm
Conflicts:
	src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C
2010-05-31 11:50:56 +02:00
ff30e6b61a STYLE: can use bool instead of Switch version of dictionary::lookupOrDefault
- both versions handle the same input words.
  Only need the <Switch> version when the destination variable is
  also a Switch and we need to output the word later.
2010-05-20 14:17:18 +02:00
80b8071e75 ENH: add default control values to ease SIMPLE->PIMPLE transition
- add const-ness for control variables

- drop unused fluxGradp variable

- use lookupOrDefault instead of found/lookup combination
2010-05-20 08:24:55 +02:00
b56a533cf2 STYLE: chtMultiRegion*Foam: remove unused/hardly rhosCps. 2010-05-12 15:59:40 +01:00
53d3e1e328 ENH: chtMultiRegionSimpleFoam into chtMultiRegionFoam folder 2010-05-06 15:00:13 +01:00
787f2260bb ENH: Added debug printing of heat flux. 2010-04-28 11:16:15 +01:00
6d71a38e66 ENH: Allow tensorial K 2010-04-15 11:34:47 +01:00
b6f3bd4c23 STYLE: follow coding guide recommendation for '//- Destructor' 2010-04-12 11:55:52 +02:00
d4d0b88988 fvData: New database (dictionary) held on the fvMesh to store residual information etc.
This data can be used for convergence testing e.g. by a functionObject.
Other data could also be stored, e.g. global continuity errors and other reduced results.
2010-04-07 15:40:52 +01:00
e55c8a8c67 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-06 16:31:39 +01:00
ed8fb0aa99 UEqn: Removed "Sp" term from the momentum equation of the steady-state solvers.
It is not clear that this "correction" term has provided any benefit and there
are cases for which it has proved detrimental to stability and convergence.
2010-04-06 16:28:59 +01:00
4c1ff609f9 STYLE: unnecessary check 2010-04-06 16:28:29 +01:00
0b54b4b12d STYLE: mixed bc already present in compressible::turbulentTemperatureBaffleMixed 2010-04-01 14:22:49 +01:00
16cf8eaf9e ENH: Changed flux condition into gradient bc 2010-04-01 14:22:06 +01:00
fd952687fd ENH: Removed extraneous if 2010-04-01 14:21:25 +01:00
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
af32ffeaad ENH: Implement gradient coupled temperature bc as fixedGradient instead of fixedValue. 2010-03-03 14:59:39 +00:00
129ce922e2 ENH: Use new time looping structure 2010-02-05 16:26:09 +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
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
e779953746 steady state cht solver; switched default coupled bc to be fixedValue 2009-11-17 11:41:05 +00: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
24479b6102 use prfValue 2009-10-09 17:16:37 +01:00
f2ae950de6 initialise K with alphaEff 2009-10-02 17:16:39 +01:00
ed78938873 renamed b.c. 2009-09-15 18:40:49 +01:00
876135a83d forcing scheduling calculation 2009-08-04 16:42:54 +01:00
2f3016173e Modified Description entries for documenting purposes 2009-07-22 14:08:02 +01:00
d76820dc57 Changed g from being read from environmentalProperties to being read directly as a
uniformDimensionedVectorField.
2009-07-08 17:09:51 +01:00
4439183d96 Corrected handling of the wall BCs of p for buoyant flows. 2009-07-07 22:56:02 +01:00
0df64ea1d3 merge after conflict resolution 2009-07-01 10:59:48 +01:00
9e4fcd1844 clean-up of #include files 2009-07-01 10:50:41 +01:00
5989bcd14d Reformatted. 2009-06-26 17:28:25 +01:00
ac02c60442 Changed Boussinesq solvers to use p rather than pd and added hotRoom tutorial cases for them. 2009-06-26 17:19:09 +01:00
7d73dd3171 updates for new thermo and general code tidying 2009-06-15 15:36:57 +01:00
3c642ebdc2 updates for new thermo framework 2009-06-15 10:33:20 +01:00
7cc81b32b8 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-06-11 22:48:08 +01:00
4465d20ac6 Changed pd -> p. 2009-06-11 22:48:05 +01:00
42c240b97e cosmetics/code-tidying 2009-06-11 17:09:19 +01:00
041c48cc3a changed comment 2009-06-02 15:11:45 +01:00
dcc957147b solving p instead of pd; parallel coupled b.c. 2009-06-02 14:55:33 +01:00
71a73d9490 removing duplicate file 2009-05-22 11:57:05 +01:00
6c1fe9b4b6 reference instead of copy 2009-04-23 14:42:52 +01:00
7c093d7aaa indentation corrected 2009-04-23 14:42:18 +01:00
2aed2a2a9b moved hEqn out of inner loop for consistency 2009-04-23 14:41:59 +01:00
89c66aa016 unused option 2009-04-23 14:41:18 +01:00