Commit Graph

408 Commits

Author SHA1 Message Date
4fdd5b3b18 BUG: engridFoam did not use ParaView_MAJOR variable
BUG: engridFoam had $WM_ARCH instead of $WM_ARCH$WM_COMPILER
2010-03-08 10:22:34 +01:00
be86669315 Merge remote branch 'OpenCFD/master' into olesenm 2010-03-05 15:46:49 +01:00
06910c1cd1 ENH: add -space option to foamCleanPath
- this allows more direct use by c-shell
2010-03-05 14:35:47 +01:00
1fe4264f3f ENH: add foamNewCase script
Create a new case from a template for particular applications
2010-03-03 10:49:12 +01:00
5c9aa7f4d2 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-03 09:30:18 +00:00
62c2f4d1bb Corrected header formatting. 2010-03-03 09:30:11 +00:00
2073dcf9d7 STYLE: move source templates from bin/templates/ to etc/codeTemplates/ 2010-03-03 09:19:23 +01:00
ca7a624fec ENH: draft version of paraFoam with -touchAll option 2010-02-22 09:11:14 +01:00
cf49a74f9c STYLE: combine removal of .gz file versions in foamClearPolyMesh 2010-02-18 18:23:54 +01:00
07283ff315 ENH: add -builtin option to paraFoam (VTK builtin OpenFOAM reader)
- Also adjusted formatting of usage to match what argList generates
2010-02-05 08:36:44 +01:00
cae4d383cf BUG: script uses bash but starts /bin/sh 2010-01-27 10:26:04 +00:00
99c22976ea added git option 2009-12-09 10:06:00 +00:00
975d56086c promote org-mode conversion utilities from bin/tools -> bin/ 2009-12-04 10:49:04 +01:00
6b9534c9ce foamCopySettings - skip sampled directories and Ensight output directories 2009-12-02 10:06:32 +01:00
2bfd449cf3 added bin/tools/org-{batch,html,latex}
- make it easier for non-emacs users to generate some of the
  documentation
2009-11-30 13:33:06 +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
1c6dd6de70 removed Paraview2 support from paraFoam
- mention PV3blockMeshReader in the README as well
2009-11-25 12:33:00 +01:00
79ffe06758 support for mpich 2009-11-21 10:51:49 +00:00
5e852915f5 Merge commit 'bundle/home' into olesenm
Conflicts:
	src/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H
	src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H
	src/mesh/blockMesh/blockMesh/blockMeshMerge.C
	src/postProcessing/functionObjects/field/streamLine/streamLineParticle.H
2009-10-08 12:03:35 +02:00
da62572187 ParaView reader for blockMesh
- first version. Only uses simple hex shapes for the blocks.
2009-10-05 23:36:08 +02:00
610fec9ebe remove compressed files 2009-08-25 12:41:15 +01:00
3355c8d9eb initial streamlines functionobject 2009-08-25 12:35:48 +01:00
cf08f081da Corrected tutorials. 2009-08-18 17:12:15 +01:00
d51e4b8ea2 adding <current> location to list of searched locations for foamLog.db 2009-08-13 16:58:10 +01:00
6f1a813044 minor formatting changes 2009-08-12 10:48:07 +01:00
ce567e4b76 foamCopySettings: more readable with sed/tr 2009-08-10 09:04:26 +02:00
9960977642 foamCopySettings enhancement
- read ~OpenFOAM/foamCopySettings.rc file for an extra rsync options
  for example, to ignore post-processing or sampling directories
2009-08-09 19:02:05 +02:00
bdbdd25bac Allwmake and {applications,src}/Allwmake use wmake/wmakeCheckPwd
- solves problems that can occur when checking $PWD and links are involved
2009-08-07 20:24:11 +02:00
1d8294b5b0 added draft of foamCheckPwd 2009-08-07 17:06:49 +02: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
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
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
1afd00c63b Merge commit 'OpenCFD/master' into olesenm
Conflicts:
	README
2009-07-28 09:05:03 +02:00
e2a74e59d9 Corrected gcc version test.
Removed network tests.
2009-07-27 12:32:20 +01:00
91157af10c All ThirdParty build-related stuff moved there. 2009-07-24 23:10:15 +02:00
35ba91be8e Reverted change and moved the ThirdParty scripts back to ThirdParty. 2009-07-24 11:40:19 +01:00
b1a3bcc9a9 take control of Allwmake scripts for third-party sources
- this improves the chances of having a current version
2009-07-24 11:01:29 +02:00
b095d78496 drop bin/tools/foamThirdParty (unused) in favour of straight text form
- doc/THIRD_PARTY lists where various third party sources can be found
2009-07-24 08:46:32 +02:00
dfd42b6b4a new script - foamEtcFile
- Locate user/site/shipped file with the semantics used in the
  ~OpenFOAM/fileName expansion
2009-07-23 20:26:40 +02:00
92d8f5789a Moved the ThirdParty build scripts to bin so that they are under the git. 2009-07-24 11:04:05 +01:00
7c3ab7620b new script - foamEtcFile
- Locate user/site/shipped file with the semantics used in the
  ~OpenFOAM/fileName expansion
2009-07-23 20:26:40 +02:00
d28cf0f242 update foamInstallationTest for 1.6 and new FOAM_SITE_{APPBIN,LIBBIN} 2009-07-23 10:59:10 +02:00
9b44034d8c Changed more references to wmake/utilbin to wmake/bin. 2009-07-20 11:02:57 +01:00
fa34079e5a Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-16 12:42:45 +01:00
589a342e89 Added -qmake option to specify the location of qmake which defaults to the system one.
The Qt version is now checked for >= 4.3.
2009-07-16 12:30:54 +01:00
375e968bd1 fixup foamPack* scripts
- handle ThirdParty-VERSION properly

- handle wmake/utilbin/ location

- should the wmake/rules/* really be packed with a binary distribution?
  I think this is just left over from before.
2009-07-16 09:56:54 +02:00
65d7aff96d Merge commit 'OpenCFD/master' into olesenm 2009-07-16 08:55:22 +02:00