Commit Graph

69 Commits

Author SHA1 Message Date
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
eb81310085 fixed typo in docs for porousZone 2009-11-11 09:19:31 +01:00
2f8f9f2782 further updates relating to commit 278e8c5030 2009-10-27 11:09:33 +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
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
791b5aaeaa replacing isType with isA to enable directMappedWall to work 2009-09-15 17:51:59 +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
8dcea0f8cd using new constant definitions 2009-08-28 18:04:22 +01:00
f395aa435c porousZone - abort in parallel if the cellZone cannot be found
- the previous check didn't catch bad cellZone names when running in
  parallel
2009-08-13 10:38:20 +02:00
31c76da40f Changed the runtime-selection tables to output a sorted toc. 2009-08-06 18:01:28 +01:00
3ee3750f99 scoped #ifdef to avoid conflict with incompressible form 2009-07-23 11:16:25 +01:00
d01f653d32 porousZone - output 'note' entry (if it exists) too 2009-07-13 09:27:38 +02:00
0f98438bef using Switch instead of bool 2009-07-09 18:12:01 +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
4b53d67062 added reference cell printing 2009-06-26 16:10:08 +01:00
7d73dd3171 updates for new thermo and general code tidying 2009-06-15 15:36:57 +01:00
d0080fe487 parallel running mods 2009-06-12 16:34:42 +01:00
1ebc1c1ad4 Merge branch 'FT' 2009-06-11 17:10:58 +01:00
e7429463f8 Created new tutorial solver for MRF with VoF interface-capturing. 2009-06-09 12:11:18 +01:00
279df4d0e6 merge into master 2009-06-05 17:40:08 +01:00
0cc5b960ec Minor correction to message. 2009-06-04 17:36:07 +01:00
2bb2266872 updates to sources 2009-06-03 19:40:16 +01:00
b6b2fc5e75 added info statement giving name of proous zone on construction 2009-06-01 14:39:58 +01:00
3620005bac bugfix - had forgotten to size sub-list 2009-05-29 18:27:26 +01:00
fe2e219b68 added check for user supplied location in mesh 2009-05-29 16:13:17 +01:00
8d8f2d2c02 removed update() function 2009-05-29 16:07:41 +01:00
56dfd19024 initial commit of new multicomponent point source 2009-05-29 15:48:52 +01:00
69c7280f50 Merge branch 'olesenm' 2009-05-12 10:59:45 +01:00
f2d00b3230 Improve reference handling. 2009-05-11 21:19:55 +01:00
51f443a345 Merge commit 'OpenCFD/master' into olesenm
Conflicts:
	applications/utilities/mesh/manipulation/createBaffles/createBaffles.C

Can't use [0] to assign the first value of a DynamicList unless it has been
preceded by a setSize() - use append() instead.
2009-05-06 09:33:38 +02:00
0be0e96fb9 added 'fixedBlended' scheme - uses a single global blending factor
- fixed misc. copyright dates, other cosmetics
2009-05-04 16:28:07 +02:00
f9869e0044 changed message for if cell not found 2009-05-01 12:58:08 +01:00
73b153f302 Updates and extensions to the MRF and SRF handling. 2009-03-11 16:49:46 +00:00
95d134f4ed Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-03-09 19:51:01 +00:00
26161164bb Corrected the filtering of the processor patches.
See http://openfoam.cfd-online.com/cgi-bin/forum/show.cgi?126/11559
2009-03-09 19:50:42 +00:00
0cfce1a7ab Merge commit 'OpenCFD/master' into olesenm 2009-03-05 11:00:34 +01:00
1a2bcf7d84 Merge commit 'OpenCFD/master' into olesenm 2009-03-04 12:20:51 +01:00
7e735715a4 more flexible mrfzones
modified:   finiteVolume/cfdTools/general/MRF/MRFZone.C
modified:   finiteVolume/cfdTools/general/MRF/MRFZone.H
	modified:   ../tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/MRFZones
2009-03-03 17:09:01 +00:00
7f71a9bcf6 coupled faces included 2009-02-27 15:40:44 +00:00
a15e5f7f05 zone faces derived from cell zone 2009-02-27 12:53:55 +00:00
afdbf9a553 faceZone derived 2009-02-27 12:33:11 +00:00
576d9388f0 Preliminary work on hashing
- Hash returns unsigned
- FixedList templated on unsigned int
- include uLabel.H in UList, HashTable etc. so the output function is know
  throughout
2009-02-27 12:40:37 +01:00
c39c135b64 general update + enabled absolute/specific option 2009-02-11 15:25:27 +00:00
c4ddbe1b59 improved error message 2009-02-10 14:33:43 +00:00
45bfb91afb thisDb to get at objectRegistry 2009-01-23 08:46:54 +00:00
98481bc0fe Avoid jump in deltaT for restarts 2009-01-20 13:28:52 +00:00
ce12ace5a6 typo 2009-01-20 12:05:51 +00:00
887ea6e066 removed boundary condition update 2009-01-19 19:11:09 +00:00