Constants Module

Conceptual Overview

This module defines fundamental physical constants that are utilized throughout the OpenFLASH package. These constants are set to common default values for hydrodynamic simulations in seawater.

API Reference

openflash.multi_constants.g: float = 9.81

The acceleration due to gravity, in meters per second squared ($m/s^2$).

openflash.multi_constants.rho: float = 1023.0

The density of water, in kilograms per cubic meter ($kg/m^3$). The default value is typical for seawater.