Constants

finds.constants.FISH_LENGTH = 1.0

Characteristic fish length (m)

finds.constants.VOLUMETRIC_FLOW_RATE = 12.566370614359172

Volumetric flow rate (rad/s)

finds.constants.FISH_SELF_PROPELLED_SPEED = 1.0

Self-propelled swimming speed (m/s)

finds.constants.ROOT_OUTPUT_PATH = PosixPath('output')

The root output path

finds.constants.SIMULATION_OUTPUT_DIR = PosixPath('output/simulations')

The output path for all of the simulation files

finds.constants.SIMULATION_LATEST_DIR = 'latest_simulation'

The output directory for the latest simulation

finds.constants.SIMULATION_OUTPUT_NAME = 'sim'

The output path for simulation files

finds.constants.VALIDATION_OUTPUT_PATH = PosixPath('output/validation')

The output path for validation files

finds.constants.BENCHMARK_OUTPUT_PATH = PosixPath('output/benchmark')

The output path for benchmark files

finds.constants.DATA_FILE_NAME = 'data.h5'

The name of all calculation data files