Uses of Class
org.episteme.natural.engineering.fluids.FlowRegime
Packages that use FlowRegime
-
Uses of FlowRegime in org.episteme.natural.engineering.fluids
Fields in org.episteme.natural.engineering.fluids declared as FlowRegimeModifier and TypeFieldDescriptionstatic final FlowRegimeFlowRegime.LAMINARLaminar flow regime (Re invalid input: '<' 2300).static final FlowRegimeFlowRegime.TRANSITIONALTransitional flow regime (2300 invalid input: '<'= Re invalid input: '<' 4000).static final FlowRegimeFlowRegime.TURBULENTTurbulent flow regime (Re >= 4000).Methods in org.episteme.natural.engineering.fluids that return FlowRegimeModifier and TypeMethodDescriptionstatic FlowRegimeFluidFlow.flowRegime(Real reynoldsNumber) Flow regime based on Reynolds number.static FlowRegimeReturns the flow regime with the specified name.Methods in org.episteme.natural.engineering.fluids that return types with arguments of type FlowRegimeModifier and TypeMethodDescriptionstatic Collection<FlowRegime> FlowRegime.values()Returns all registered flow regimes.