summaryrefslogtreecommitdiff
path: root/Yacs++/data/readme
diff options
context:
space:
mode:
authorstainer_t <thomas.stainer@oecd-nea.org>2025-09-08 13:48:49 +0200
committerstainer_t <thomas.stainer@oecd-nea.org>2025-09-08 13:48:49 +0200
commit7dfcc480ba1e19bd3232349fc733caef94034292 (patch)
tree03ee104eb8846d5cc1a981d267687a729185d3f3 /Yacs++/data/readme
Initial commit from Polytechnique Montreal
Diffstat (limited to 'Yacs++/data/readme')
-rwxr-xr-xYacs++/data/readme31
1 files changed, 31 insertions, 0 deletions
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.