diff --git a/CfdFluidBoundary.py b/CfdFluidBoundary.py index f65abb8c..92fc73e9 100644 --- a/CfdFluidBoundary.py +++ b/CfdFluidBoundary.py @@ -41,14 +41,16 @@ BOUNDARY_TYPES = ["wall", "inlet", "outlet", "open", "constraint", "baffle"] SUBNAMES = [["No-slip (viscous)", "Slip (inviscid)", "Partial slip", "Translating", "Rough"], - ["Uniform velocity", "Volumetric flow rate", "Mass flow rate", "Total pressure", "Static pressure"], + ["Uniform velocity", "Volumetric flow rate", "Mass flow rate", "Total pressure", "Static pressure", + "SRF velocity"], ["Static pressure", "Uniform velocity", "Extrapolated"], ["Ambient pressure", "Far-field"], ["Symmetry"], ["Porous Baffle"]] SUBTYPES = [["fixedWall", "slipWall", "partialSlipWall", "translatingWall", "roughWall"], - ["uniformVelocityInlet", "volumetricFlowRateInlet", "massFlowRateInlet", "totalPressureInlet", "staticPressureInlet"], + ["uniformVelocityInlet", "volumetricFlowRateInlet", "massFlowRateInlet", "totalPressureInlet", + "staticPressureInlet", "SRFVelocity"], ["staticPressureOutlet", "uniformVelocityOutlet", "outFlowOutlet"], ["totalPressureOpening", "farField"], ["symmetry"], @@ -63,7 +65,7 @@ "Uniform volume flow rate specified", "Uniform mass flow rate specified", "Total pressure specified; treated as static pressure for reverse flow", - "Static pressure specified"], + "Static pressure specified", "Single rotating frame of reference velocity"], ["Static pressure specified for outflow and total pressure for reverse flow", "Normal component imposed for outflow; velocity fixed for reverse flow", "All fields extrapolated; possibly unstable"], @@ -85,7 +87,8 @@ [True, [3], False, True, True, True, [2]], # Vol flow rate [True, [4], False, True, True, True, [2]], # Mass Flow rate [True, [1], False, True, True, True, [2]], # Total pressure - [True, [0, 1], False, True, True, True, [2]]], # Static pressure + [True, [0, 1], False, True, True, True, [2]], # Static pressure + [True, [0, 1], False, True, True, True, [2]]], # SRF velocity [[True, [0, 1], False, False, True, True, [2]], # Static pressure [True, [0, 1], False, False, True, True, [2]], # Uniform velocity [False, [], False, False, False, False, None]], # Outflow