Refine Distance Calculator

This distance calculator uses the refmpi distance from refine to compute the distance from the wall.

class pyrefine.simulation.distance_refine.DistanceRefine(project_name, pbs=None)

Bases: DistanceBase

Computes the distance field using the Refine distance calculator

Parameters
  • project_name (str) – The root name of the project (without any mesh numbers)

  • pbs (:class:PBS) – PBS queue helper

create_distance_command(istep)

Create a string with the distance command

Return type

str