From 7dfcc480ba1e19bd3232349fc733caef94034292 Mon Sep 17 00:00:00 2001 From: stainer_t Date: Mon, 8 Sep 2025 13:48:49 +0200 Subject: Initial commit from Polytechnique Montreal --- Yacs++/data/readme | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 Yacs++/data/readme (limited to 'Yacs++/data/readme') diff --git a/Yacs++/data/readme b/Yacs++/data/readme new file mode 100755 index 0000000..81d756b --- /dev/null +++ b/Yacs++/data/readme @@ -0,0 +1,31 @@ +To execute PowThm.py on Salome: + +(1) compile the C++ multiphysics computational scheme: + +cd Version5/Yacs++ +../script/install + +(2) construct the shared objects using Yacsgen: + +cd Version5/Yacs++/data +python PowThm.py + +(3) on data directory, launch Salome: + +./PowThm_appli/runAppli -k > PowThm.out +(press the YACS button) +(press "New") +(press "Load a schema for run") +(double-click "PowThm.xml") +(press "Start or Resume Schema Execution") + +If the Corba Name Server is not running, you can start it by sourcing the +following script: + +source $SALOME_KERNEL/salome.sh + +where $SALOME_KERNEL is a variable defined on your .profile as + +export SALOME_KERNEL=$HOME/salome_6.5.0/KERNEL_6.5.0 # Salome + +for a 6.5.0 distribution. -- cgit v1.2.3