Commit Graph

2899 Commits

Author SHA1 Message Date
de937e59d1 typo - missing ()'s 2009-05-18 19:36:31 +01:00
a723b85abd updates to enable requested field activated injection 2009-05-18 19:04:04 +01:00
f2f7b74f03 added pre-factor for reference field 2009-05-18 19:02:16 +01:00
6f68f6fb20 typo - missing ()'s 2009-05-18 19:36:31 +01:00
868e2e4096 adding path to meshTools/lnInclude 2009-05-19 10:02:53 +01:00
2ca4831e61 multiple updates 2009-05-19 15:06:43 +01:00
8883e2b87e fixed: wrong calculation of H1 2009-05-19 15:03:00 +01:00
98fc11e827 added pre-factor for reference field 2009-05-18 19:02:16 +01:00
2f5178f60c updates 2009-05-18 18:05:17 +01:00
13a61cb519 Merge branch 'lagrangianDev' into WBM 2009-05-18 17:13:47 +01:00
f97e559be8 Merge branch 'master' into lagrangianDev 2009-05-18 17:10:02 +01:00
f6108ac023 updated copyright notices 2009-05-18 17:04:50 +01:00
c7d2bbec32 updates 2009-05-18 17:01:58 +01:00
04b673aada added new models 2009-05-18 17:01:20 +01:00
6b0b3453b7 Merge branch 'lagrangianDev' into WBM 2009-05-18 16:48:38 +01:00
3a4df7a451 refactored gases->carrierSpecies 2009-05-18 16:35:42 +01:00
d054f81b57 using 1/3 rule for surface film temperature
comments
2009-05-18 12:06:52 +01:00
5c0b253300 avoid possible div0 2009-05-18 12:06:27 +01:00
f673d3e338 updated coupling with carrier phase 2009-05-18 11:08:07 +01:00
a0a9cd3366 introduce readList<T> function
- Read a bracket-delimited list, or handle a single value as list of size 1.
  Mostly useful for handling command-line arguments.
  eg,
      if (args.options().found("patches"))
      {
          patches = readList<word>(IStringStream(args.options()["patches"])());
      }
  can handle both of these:
      -patches  patch0
      -patches \( patch1 patch2 patch3 \)
2009-05-18 12:05:52 +02:00
c2d39f1435 adding new coal-based surface reaction moodels 2009-05-18 09:38:31 +01:00
06517656e8 Foam::findEtcFile - avoid false positives on directories
- use isFile() instead of exists() for file-checking
2009-05-18 10:27:32 +02:00
20c1a673e7 'rebrand' OSspecific Unix -> POSIX
- change name of environment variable from $WM_OS -> $WM_OSTYPE
  as a better description
2009-05-18 10:26:11 +02:00
51e8809560 Merge branch 'lagrangianDev' into WBM 2009-05-15 17:13:15 +01:00
34254a29b0 assuming volatile mass does not include mass due to phase change 2009-05-15 16:19:46 +01:00
423cc00ae7 adding const-ness 2009-05-15 14:50:34 +01:00
0fb2546a43 updated for empty specie list 2009-05-15 14:39:01 +01:00
a624d51561 Added further stabilisation for the case where ksStar is very large. 2009-05-15 14:24:42 +01:00
3f11699fce updates for phase change modelling 2009-05-15 13:14:59 +01:00
f27c3cff74 changed notImplemented(...) to warnings under debug mode 2009-05-15 13:14:15 +01:00
b02f6145fd changed setting of carrier global ids for particle solid components 2009-05-15 13:13:24 +01:00
a41e845f97 changed info message 2009-05-15 13:12:18 +01:00
fb9b2219f7 added wmake libso coalCombustion 2009-05-14 18:15:23 +01:00
dfe30f9e46 Merge branch 'lagrangianDev' into WBM 2009-05-14 15:30:48 +01:00
ad67ebcf57 adding general include file 2009-05-14 15:30:15 +01:00
64c0a9813f intial commit of coal combustion functionality 2009-05-14 15:17:47 +01:00
9becccaeeb removing unnecessary header file 2009-05-14 13:42:11 +01:00
c9e57ad9d5 updated to reflect change in lagrangian phase source term names 2009-05-14 13:29:20 +01:00
30c7e8aa6c updated coupling with carrier phase 2009-05-14 13:26:41 +01:00
d89df4142e renamed 2009-05-14 13:25:02 +01:00
b9eafd250a - min rho, T and p now required in constantProperties
- added (cumulative) contributions due to transfer of mass, mom and energy when
  evaluating cell properties
2009-05-13 12:24:32 +01:00
2aec8f2820 renamed buildParaView3.5-cvs -> buildParaView and reworked
- get version from $ParaView_VERSION or from -version option
- added QT gui support (useful when compiling enGrid)
- update files for finding cmake-2.6.4 as well
- added bin/engridFoam for calling a version of enGrid that uses the
  paraview libraries compiled with/for OpenFOAM
- added foam3rdParty change directory alias
2009-05-13 11:31:44 +02:00
100e27dfa3 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutRoughWallFunction/nutRoughWallFunctionFvPatchScalarField.C

Conflicts:
	src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutRoughWallFunction/nutRoughWallFunctionFvPatchScalarField.C
2009-05-13 00:06:11 +01:00
0d2fd6b252 Added stabilisation to the nut update. 2009-05-13 00:02:36 +01:00
326dd9f0fd added cellMass() function 2009-05-12 18:51:45 +01:00
f2c061d425 using ROOTVSMALL instead of SMALL 2009-05-12 18:50:57 +01:00
58aa677a74 bugfix: removed reference to tmp field 2009-05-12 18:31:13 +01:00
b778c94ca9 bugix: was returning wrong index 2009-05-12 13:24:48 +01:00
8f21831abe typo 2009-05-12 13:24:13 +01:00
d45bae5db4 better naming of mass transfer fields 2009-05-12 13:23:51 +01:00