Skip to content
Snippets Groups Projects
Name Last commit Last update
configs
src_3d
.gitignore
README
config.in
makefile
COMPILING STARWALL_JOREK:
-------------------------

* Create the machine-specific config.in file in the main folder with double
  precision floating point options.
  This is a file sourced in the makefile for library includes etc.
  Examples for config.in files are found in the folder configs/.
  
* Type gmake. The binary is put into the directory o_3d/<systemtype>/.



RUNNING STARWALL_JOREK (ON ONE CPU):
------------------------------------

* cd EXAMPLE / cd EXAMPLE2   (low resolution examples for ideal and resistive wall)
 
* ../o_3d/rs_aix61/STARWALL_JOREK_AIX < input_EXAMPLE

* For checking the results of the EXAMPLE run, the output can be compared to
  the files in the subdirectory correct_results/ (differences in the order of
  machine precision are possible due to different rounding methods of the
  machines):
  
  diff vacuum_response_without_wall correct_results/vacuum_response_without_wall
  
  diff vacuum_response_with_wall correct_results/vacuum_response_with_wall
  


REQUIRED INPUT:
---------------

* Input file with parameters in two namelists (e.g., EXAMPLE/input_EXAMPLE).

* Specification of the control surface shape from JOREK (e.g., EXAMPLE/boundary.txt).