Commit Graph

3599 Commits

Author SHA1 Message Date
henry
31c76da40f Changed the runtime-selection tables to output a sorted toc. 2009-08-06 18:01:28 +01:00
andy
7297ae0e23 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-06 17:44:06 +01:00
andy
85f11fa7cc added sortedToc() 2009-08-06 17:43:39 +01:00
mattijs
73ae3ddc6d include topoChangerFvMesh 2009-08-05 21:31:30 +01:00
mattijs
e5a710d3eb Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-05 16:18:38 +01:00
mattijs
eba6c985a9 added rawTopoFvChanger mesh 2009-08-05 16:11:47 +01:00
andy
df37b6b431 read not pure virtual 2009-08-05 11:38:16 +01:00
andy
1849d86a0e Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-05 11:16:31 +01:00
andy
c4fd345ab1 added solverFreq to read(), and changed fvm->fvmSup header 2009-08-05 10:46:03 +01:00
Mark Olesen
2c62c83b4b actually compile genericPatchFields lib
- also have it use LIB_LIBS to always load finiteVolume
2009-08-05 08:46:19 +02:00
Mark Olesen
8baeac8d0e Merge commit 'OpenCFD/master' into olesenm 2009-08-05 08:02:33 +02:00
henry
d4864d9b6e Moved the "generic" BCs into a separate library and included it only in those utilities
which need this functionality.  Solvers will now check the correctness of the BCs on
read.
2009-08-04 22:13:54 +01:00
Mark Olesen
f3e40598a0 applyWallFunctionBoundaryConditions - use mvBak() 2009-08-04 18:02:07 +02:00
mattijs
fe0745476d revert to reading surfaces from constant so parallel works out of the box 2009-08-04 16:43:38 +01:00
mattijs
0b16a73a5a better error checking if restart 2009-08-04 16:43:08 +01:00
mattijs
876135a83d forcing scheduling calculation 2009-08-04 16:42:54 +01:00
henry
1e6e335f5b Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-04 10:13:06 +01:00
henry
d217b8bd74 Changed "default" to "generic" for consistency with fvPatchField. 2009-08-04 10:13:01 +01:00
henry
268574393a Removed orphaned files. 2009-08-04 10:12:25 +01:00
Mark Olesen
2e77a6f9dc Merge commit 'OpenCFD/master' into olesenm 2009-08-03 20:21:50 +02:00
Mark Olesen
b4c93398e0 no-frills fvSolution format in tutorials/incompressible/* 2009-08-03 20:16:24 +02:00
Mark Olesen
fdc49d78cf Revert "more consistent naming convention for aliases"
This reverts commit ff5137e459.
But keeps (cosmetic) changes to bin/foamCleanPath
2009-08-03 20:00:09 +02:00
Mark Olesen
ac4ff01a74 Revert "skip writing default values of Cmu/Prt etc for turbulent bcs"
This reverts commit ad287d9d17.
2009-08-03 19:59:06 +02:00
andy
8336c33aa2 added reading of kappa on dictionary read 2009-08-03 18:58:17 +01:00
Mark Olesen
db8eadd66e Revert "file-scoped (static const) variables for default turbulence parameters"
This reverts commit e2968b6a36.
2009-08-03 19:58:16 +02:00
andy
8bad166975 updated version number dev->1.6 2009-08-03 16:38:20 +01:00
andy
676c842a63 Revert "drop support for paraview 2.x reader"
- this was not agreed.

This reverts commit 41b196ffeb.
2009-08-03 16:30:48 +01:00
andy
3945ff97b1 renamed LES nuSgs/muSgs BCs to mirror RAS convention 2009-08-03 15:55:33 +01:00
andy
53e81535d8 added updated() check and calling ancestor updateCoeffs() 2009-08-03 15:43:45 +01:00
andy
f6ba88b32c using neater writeEntryIfDifferent syntax 2009-08-03 15:29:14 +01:00
andy
bd7ace5b2e added updated() check 2009-08-03 15:26:41 +01:00
Mark Olesen
ecb8d29b83 Merge commit 'OpenCFD/master' into olesenm 2009-08-03 16:20:24 +02:00
Mark Olesen
7a8a318312 Revert "define values for standardCmu, standardKappa, standardE in turbulenceModel.H"
This reverts commit 54a8b6a152.
2009-08-03 15:31:14 +02:00
andy
60e3918be8 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-03 12:06:51 +01:00
andy
6dbb672b01 updating tutorial cases to use new nut/mut wall function names 2009-08-03 12:04:40 +01:00
andy
ab4c4840b4 Adding warning msgs to RAS S-A models if requesting k or eps - not defined 2009-08-03 11:57:03 +01:00
mattijs
138e54af76 do not check files when subcycling 2009-08-03 11:48:09 +01:00
andy
96f23c2796 Updated wall function boundary types for utils 2009-08-03 11:44:14 +01:00
andy
87d36bf3db Refactoring mut wall functions to mirror incompressible form 2009-08-03 11:38:45 +01:00
andy
d320fab4ab Refactoring of nut wall function BCs
- names updated to reflect what they are based on, e.g. either k
   or U
2009-08-03 11:10:13 +01:00
andy
827f834a93 corrected y+ calc, re-structured, better handling for walls 2009-08-03 09:53:13 +01:00
Mark Olesen
e211ff7dab consistency update: foamNew, foamNewSource, foamNewTemplate
- simplified the logic
- provide direct link to the respective scripts
- provide help from the respective scripts
2009-08-02 12:43:24 +02:00
Mark Olesen
270f14f644 foamGraph* : check if log file exists 2009-08-02 11:23:00 +02:00
Mark Olesen
b5616b4ea4 consistency fix for scripts: foamCheckJobs, foamPrintJobs, foamLog
- drop reference to license directory
- check -help before checking directories

- search for foamLog.db is more consistent with foamEtcFile
    $HOME/.OpenFOAM/$WM_PROJECT_VERSION
    $HOME/.OpenFOAM
    $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION
    $WM_PROJECT_INST_DIR/site
    $WM_PROJECT_DIR/etc
    $PROGDIR/tools
2009-08-02 11:08:33 +02:00
Mark Olesen
7fb61ed941 wmakePrintBuild - cd first, so we get the correct git information 2009-08-02 11:06:26 +02:00
Mark Olesen
41b196ffeb drop support for paraview 2.x reader 2009-08-02 10:04:17 +02:00
Mark Olesen
ff5137e459 more consistent naming convention for aliases
- old-style (left untouched for now):
  app, lib, run, sol, tut, util

- new-style:
  foamApps, foamLib, foamRun, foamSol, foamTut, foamUtils

- additional aliases:
  userApps, whichFoam

NB: ideally we'd have 'foamSrc' instead of 'src'.
    Do we really need 'foamsrc' and 'foamfv' anyhow?
2009-08-02 09:44:00 +02:00
Mark Olesen
d749aac04d adjust tutorial fvSolution to use regular expressions and $variable 2009-08-01 14:51:59 +02:00
Mark Olesen
8d78978645 fixed bad fvSolution entries for tutorial cases
- rhoCentralFoam
2009-08-01 13:31:50 +02:00
Mark Olesen
b8c4e1f49e added proof-of-concept test/fvSolutionCombine
- could also move to utilities/miscellaneous

- the dictionary compare contents might be useful enough to move
  into dictionary code.

- usage example (w/o -rewrite):

      for i in $(find -name fvSolution)
      do
          fvSolutionCombine -case "${i%/system/fvSolution}"
      done
2009-08-01 13:03:49 +02:00