#----------------------------------*-sh-*--------------------------------------
# File
#     etc/bashrc
#
# Description
#     The file contain definition of variables needed
#     to configure PetroFOAM enviroment.
#
#------------------------------------------------------------------------------
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
DIR=${DIR%/*}
#------------------------------------------------------------------------------

################################################################################
# START OF USER EDITABLE PART



# END OF (NORMAL) USER EDITABLE PART
################################################################################

# Location of the project installation
export MULTIPHASE_DIR="${DIR}"

# Export enviroment project variables: MULTIPHASE_BIN, MULTIPHASE_TOOLS
# MULTIPHASE_TEMPLATE and MULTIPHASE_TP_IMAGES
export MULTIPHASE_BIN="${MULTIPHASE_DIR}/bin"
export MULTIPHASE_TOOLS="${MULTIPHASE_DIR}/bin/pythonTools"
export MULTIPHASE_TEMPLATE="${MULTIPHASE_DIR}/bin/template"

export MULTIPHASE_TP_IMAGES="${MULTIPHASE_BIN}/pythonScripts/imageProcessing"
