#!/bin/bash

# Export paths here if necessary or recommended.
export LD_LIBRARY_PATH="/usr//lib":$LD_LIBRARY_PATH

cd /home/julien/tuto_Tjunction_salome_cfd/PIPESTUDY/CASE1/RESU/20160622-1132

# Run solver.
/home/julien/Code_Saturne/4.0.5/code_saturne-4.0.5/arch/Linux_x86_64/libexec/code_saturne/cs_solver --param tjunction $@
export CS_RET=$?

exit $CS_RET
