dimensions Scales dataclass Dimensional scales. length cached property length: float Length in m. temperature property temperature: float Temperature in K. density property density: float Density in kg/m3. th_cond property th_cond: float Thermal conductivity in W/(m.K). sp_heat property sp_heat: float Specific heat capacity in J/(kg.K). dyn_visc property dyn_visc: float Dynamic viscosity in Pa.s. th_diff property th_diff: float Thermal diffusivity in m2/s. time property time: float Time in s. velocity property velocity: float Velocity in m/s. acceleration property acceleration: float Acceleration in m/s2. power property power: float Power in W. heat_flux property heat_flux: float Local heat flux in W/m2. heat_production property heat_production: float Local heat production in W/m3. stress property stress: float Stress in Pa. make_dimensional make_dimensional( data: T, unit: str, scaling: Scaling ) -> tuple[T, str] Scale quantity to obtain dimensional quantity.