Commit Graph

3705 Commits

Author SHA1 Message Date
5c28dd80cd Added control for surface conformation rebuild frequency.
Adding execution time to application.

Adding boolean control for timeChecks, setting to off.

Added determination and reporting of the net number of vertices removed during
an iteration.

Modified and cleaned up all reporting to screen.
2009-08-06 16:39:48 +01:00
b29a383ab8 buildSurfaceConformation reconformationMode logic 2009-08-06 14:43:38 +01:00
0b990fd925 Tweak to commented out function. 2009-08-05 18:20:24 +01:00
20407ca628 Moved vertex size and alignment setting to an external function. Still needs to
have a stored point rebuild mechanism.

Added functions to decide when and how to rebuild and store the surface
conformation.  conformToSurface is now private, so only move can be called from
outside the conformalVoronoiMesh class.
2009-08-05 15:27:06 +01:00
97900b0ba4 Using a remove and insert method to move points to avoid problems with the CGAL
move function.  If move can't be fixed by the CGAL guys then go to a complete
removal and reinsertion at each step.
2009-08-05 13:25:00 +01:00
e82106c619 Storing and reinserting surface conformation instead of recalculating at each
iteration. Rebuilding every 10 steps as a hard-coded experiment.
2009-08-04 18:26:55 +01:00
f7b229d47c Merge branch 'master' into cvm 2009-08-04 14:31:32 +01:00
1e6e335f5b Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-04 10:13:06 +01:00
d217b8bd74 Changed "default" to "generic" for consistency with fvPatchField. 2009-08-04 10:13:01 +01:00
268574393a Removed orphaned files. 2009-08-04 10:12:25 +01:00
2e77a6f9dc Merge commit 'OpenCFD/master' into olesenm 2009-08-03 20:21:50 +02:00
b4c93398e0 no-frills fvSolution format in tutorials/incompressible/* 2009-08-03 20:16:24 +02:00
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
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
8336c33aa2 added reading of kappa on dictionary read 2009-08-03 18:58:17 +01:00
db8eadd66e Revert "file-scoped (static const) variables for default turbulence parameters"
This reverts commit e2968b6a36.
2009-08-03 19:58:16 +02:00
8bad166975 updated version number dev->1.6 2009-08-03 16:38:20 +01:00
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
3945ff97b1 renamed LES nuSgs/muSgs BCs to mirror RAS convention 2009-08-03 15:55:33 +01:00
53e81535d8 added updated() check and calling ancestor updateCoeffs() 2009-08-03 15:43:45 +01:00
f6ba88b32c using neater writeEntryIfDifferent syntax 2009-08-03 15:29:14 +01:00
bd7ace5b2e added updated() check 2009-08-03 15:26:41 +01:00
ecb8d29b83 Merge commit 'OpenCFD/master' into olesenm 2009-08-03 16:20:24 +02:00
fdcc01b2e3 Linear surface distance cell size function 2009-08-03 15:06:26 +01:00
083b8bf0d3 Minor tweaks 2009-08-03 15:05:50 +01:00
7a8a318312 Revert "define values for standardCmu, standardKappa, standardE in turbulenceModel.H"
This reverts commit 54a8b6a152.
2009-08-03 15:31:14 +02:00
60e3918be8 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-03 12:06:51 +01:00
6dbb672b01 updating tutorial cases to use new nut/mut wall function names 2009-08-03 12:04:40 +01:00
ab4c4840b4 Adding warning msgs to RAS S-A models if requesting k or eps - not defined 2009-08-03 11:57:03 +01:00
96f23c2796 Updated wall function boundary types for utils 2009-08-03 11:44:14 +01:00
87d36bf3db Refactoring mut wall functions to mirror incompressible form 2009-08-03 11:38:45 +01:00
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
827f834a93 corrected y+ calc, re-structured, better handling for walls 2009-08-03 09:53:13 +01:00
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
270f14f644 foamGraph* : check if log file exists 2009-08-02 11:23:00 +02:00
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
7fb61ed941 wmakePrintBuild - cd first, so we get the correct git information 2009-08-02 11:06:26 +02:00
41b196ffeb drop support for paraview 2.x reader 2009-08-02 10:04:17 +02:00
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
d749aac04d adjust tutorial fvSolution to use regular expressions and $variable 2009-08-01 14:51:59 +02:00
8d78978645 fixed bad fvSolution entries for tutorial cases
- rhoCentralFoam
2009-08-01 13:31:50 +02:00
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
54a8b6a152 define values for standardCmu, standardKappa, standardE in turbulenceModel.H 2009-08-01 09:36:34 +02:00
8d9063f8e5 Modified size function - function of distance to surface. 2009-07-31 17:53:50 +01:00
827e3659b9 consistency update: kappa=0.41, E=9.8
- this would be an argument for providing default values at the top-level
  compressible/incompressible turbulenceModel
2009-07-31 18:15:54 +02:00
851639c0f5 Added rotational face controller to CV2DMesher. Works well, converges in <80
iterations as with 3D.  Size function and controller parameters hard coded.

Produces seg faults from CGAL intermittently on point insertions, whether the
exact or inexact kernel is used, in FULLDEBUG or NDEBUG builds.  Submitted query
to cgal mailing list.
2009-07-31 16:48:19 +01:00
e2968b6a36 file-scoped (static const) variables for default turbulence parameters
- avoids raw values sprinkled about the code
  eg, 'defaultKappa_'  vs. '0.41'
2009-07-31 17:34:49 +02:00
ad287d9d17 skip writing default values of Cmu/Prt etc for turbulent bcs 2009-07-31 16:57:59 +02:00
598630b40d Merge commit 'OpenCFD/master' into olesenm 2009-07-31 15:10:42 +02:00
8f95d4ea3d Changed to correspond to Mark's changes to the scripts in ThirdParty. 2009-07-31 12:51:40 +01:00