S5.HPC.SolarSim.vel_sweep#

S5.HPC.SolarSim.vel_sweep(vel_list: List[float], executable_location: str | PathLike = '../SolarSim.X') None[source]#

Performs a constant velocity sweep.

Parameters:
  • vel_list – List of floats containing the velocities to run at.

  • executable_location – Path to SolarSim to execute.

Returns:

None

See also

S5.HPC.SolarSim.vel_sweep_par : Run this function in parallel. S5.HPC.SolarSim.read_vel_sweep : Read the results of a velocity sweep.