summarylogtreecommitdiffstats
path: root/openfoam.install
blob: 29a73cf7508bdff36289d0d5f47b4a19125cef77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
  echo "NOTE:"
  echo "This install of OpenFOAM does Not include the"
  echo "ThirdParty libraries from openfoam's website."
  echo "It simply creates a stub OpenFOAM/ThirdParty"
  echo "directory to keep the OpenFOAM bashrc happy."
  echo ""
  echo "The most common use of ThirdParty is to get Paraview."
  echo "Modern versions of Paraview include an OpenFOAM"
  echo "case file viewer. Instead of installing the ThirdParty"
  echo "build of Paraview, using the standard arch Paraview"
  echo "package is recommended."
  echo ""
  echo "If you need other components of the ThirdParty bundle"
  echo "it will have to be installed manually."
  echo "See http://www.openfoam.com/download/source.php for details."
  echo ""
  echo "Also, to avoid conflict with 'R' from r-project.org, please"
  echo "type 'ofoam' to initialize the environment."
}