mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Updates to script documentation
Patch contributed by Bruno Santos Resolves text report http://bugs.openfoam.org/view.php?id=2089
This commit is contained in:
@ -27,7 +27,8 @@
|
|||||||
# Description
|
# Description
|
||||||
# Setup file for CGAL (& boost) include/libraries.
|
# Setup file for CGAL (& boost) include/libraries.
|
||||||
# Sourced from OpenFOAM-<VERSION>/etc/cshrc
|
# Sourced from OpenFOAM-<VERSION>/etc/cshrc
|
||||||
##------------------------------------------------------------------------------
|
#
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
set boost_version=boost-system
|
set boost_version=boost-system
|
||||||
set cgal_version=CGAL-4.7
|
set cgal_version=CGAL-4.7
|
||||||
|
|||||||
@ -31,6 +31,7 @@
|
|||||||
# Note
|
# Note
|
||||||
# The env. variables 'ParaView_DIR' and 'ParaView_MAJOR'
|
# The env. variables 'ParaView_DIR' and 'ParaView_MAJOR'
|
||||||
# are required for building plugins
|
# are required for building plugins
|
||||||
|
#
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
# Clean the PATH
|
# Clean the PATH
|
||||||
|
|||||||
@ -33,6 +33,11 @@
|
|||||||
#
|
#
|
||||||
# boost_version=boost-system
|
# boost_version=boost-system
|
||||||
# cgal_version=cgal-system
|
# cgal_version=cgal-system
|
||||||
|
#
|
||||||
|
# Note
|
||||||
|
# If CGAL/Boost is to be entirely disabled, either rename this file or
|
||||||
|
# create an empty one with the same name at a user or site location.
|
||||||
|
#
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
boost_version=boost-system
|
boost_version=boost-system
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
#
|
#
|
||||||
# Note
|
# Note
|
||||||
# This file could be copied to a user or site location, but should never
|
# This file could be copied to a user or site location, but should never
|
||||||
# replace the default shipped version as this will cause an infinite loop
|
# replace the default shipped version as this will cause an infinite loop.
|
||||||
#
|
#
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -31,6 +31,7 @@
|
|||||||
# Note
|
# Note
|
||||||
# A csh version is not needed, since the values here are only sourced
|
# A csh version is not needed, since the values here are only sourced
|
||||||
# during the wmake process
|
# during the wmake process
|
||||||
|
#
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
export METIS_VERSION=metis-5.1.0
|
export METIS_VERSION=metis-5.1.0
|
||||||
|
|||||||
@ -31,6 +31,10 @@
|
|||||||
# Note
|
# Note
|
||||||
# A csh version is not needed, since the values here are only sourced
|
# A csh version is not needed, since the values here are only sourced
|
||||||
# during the wmake process
|
# during the wmake process
|
||||||
|
#
|
||||||
|
# If Scotch is to be entirely disabled, either rename this file or create
|
||||||
|
# an empty one with the same name at a user or site location.
|
||||||
|
#
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
export SCOTCH_VERSION=scotch_6.0.3
|
export SCOTCH_VERSION=scotch_6.0.3
|
||||||
|
|||||||
@ -81,7 +81,7 @@ functions
|
|||||||
writeInterval 1; // (timeStep, writeTime)
|
writeInterval 1; // (timeStep, writeTime)
|
||||||
|
|
||||||
// Interval of time (sec) to write down(
|
// Interval of time (sec) to write down(
|
||||||
writeInterval 10.5 //(adjustableRunTime, runTime, clockTime, cpuTime)
|
writeInterval 10.5; //(adjustableRunTime, runTime, clockTime, cpuTime)
|
||||||
}
|
}
|
||||||
|
|
||||||
dumpObjects
|
dumpObjects
|
||||||
|
|||||||
Reference in New Issue
Block a user