flow360.Mach# class Mach[source]# Bases: SingleAttributeModel Mach class to specify Mach number for the Inflow boundary condition via Inflow.spec. Example >>> fl.Mach(value = 0.5) type_name: Literal['Mach'] = 'Mach'# value: Annotated[float, Ge(ge=0)] [Required]# The Mach number. Constraints: ge = 0