Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • rootDir: folder where the Wanda model is located
  • exportDir: folder where the Wanda input files should be stored
  • exportIdMap: the idMapFile for the export to Wanda: the external ID's are the Id's in the WANDA model
  • importDir: folder where Wanda stores the output
  • importIdMap: the idMapFile for the import from Wanda: the external ID's are the Id's in the WANDA model

 

ExportActivities Section

Important for Wanda here are the properties of the exportRunFileActivity. These properties are the actual Wanda settings.

  • key - runSteadyForEveryTimeStep: this setting can be true or false. If true, every timestep that is simulated is independent of every previous or following timestep. So every timestep is handled as a steady situation. If false, the model will run as a hydraulic model simulating a non-stationary situation.
  • key - wdi: this setting contains the name and path of the actual Wanda model
  • key - loopChoiceName (optional): required for pump loop setting
  • key - loopChoiceInputParameterId (optional): required for pump loop setting
  • key - loopChoiceSelectionIndex (optional): required for pump loop setting

Image Modified

ExecuteActivities Section

...

  • command - executable: this contains the path to java.exe
  • arguments: the several required arguments for java.exe to be able to run the Wanda adapter. Make sure the reference to the runInfo file is correct (as specified in exportActivities section).

Image Modified

ImportActivities Section

The following image is an example of the importActivities section. An important element here is the exportPlaceHolderFile: this should be set to true.

...