S5.HPC.SolarSim.const_vel#

S5.HPC.SolarSim.const_vel(lock: Lock, t_vel: float, executable_location: str | PathLike, control: str | PathLike, summary: str | PathLike, history: str | PathLike, solartotals: str | PathLike) None[source]#

Run solar sim at constant velocity t_vel.

Parameters:
  • lockmultiprocessing.Lock for parallel computing

  • t_vel – Target velocity to run the simulation at.

  • executable_location – Path to SolarSim to execute.

  • control – Pth to control file.

  • summary – Path to write summary file.

  • history – Path to write history file.

  • solartotals – Path to write solartotals file.

Returns:

None, lock is released when SolarSim have finished reading in the input files