|
27 | 27 | <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="1000"/> |
28 | 28 | <parameter n="DYNAMIC_VISCOSITY" pn="Dynamic viscosity" unit_magnitude="P*T" units="Pa*s" v="1e-3" help="Set the dynamic viscosity."/> |
29 | 29 | <parameter n="BULK_MODULUS" pn="Bulk modulus" unit_magnitude="P" units="Pa" v="2.1e+9" help="Set the Bulk modulus."/> |
30 | | - <parameter n="FLOW_INDEX" pn="Flow index" unit_magnitude="" units="" v="1"/> |
31 | 30 | <parameter n="YIELD_SHEAR" pn="Yield shear" unit_magnitude="P" units="Pa" v="100"/> |
32 | 31 | <parameter n="ADAPTIVE_EXPONENT" pn="Adaptive exponent" unit_magnitude="" units="1/s" v="1000" help="The higher is, the better is the approximation of the curve."/> |
33 | 32 | </inputs> |
|
36 | 35 | </CLaw> |
37 | 36 |
|
38 | 37 | <CLaw n="Bingham3DLaw" pn="Bingham" help="Bingham Model with Papanastasiou Regularization" Dimension="3D" OutputMode="Parameters" App="Pfem" kratos_module="PfemFluidDynamicsApplication" type="Fluid"> |
| 38 | + <inputs> |
| 39 | + <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="1000"/> |
| 40 | + <parameter n="DYNAMIC_VISCOSITY" pn="Dynamic viscosity" unit_magnitude="P*T" units="Pa*s" v="1e-3" help="Set the dynamic viscosity."/> |
| 41 | + <parameter n="BULK_MODULUS" pn="Bulk modulus" unit_magnitude="P" units="Pa" v="2.1e+9" help="Set the Bulk modulus."/> |
| 42 | + <parameter n="YIELD_SHEAR" pn="Yield shear" unit_magnitude="P" units="Pa" v="100"/> |
| 43 | + <parameter n="ADAPTIVE_EXPONENT" pn="Adaptive exponent" unit_magnitude="" units="1/s" v="1000" help="The higher is, the better is the approximation of the curve."/> |
| 44 | + </inputs> |
| 45 | + <outputs> |
| 46 | + </outputs> |
| 47 | + </CLaw> |
| 48 | + |
| 49 | + <CLaw n="HerschelBulkley2DLaw" pn="Herschel Bulkley" help="Herschel Bulkley Model with Papanastasiou Regularization" Dimension="2D" OutputMode="Parameters" App="Pfem" kratos_module="PfemFluidDynamicsApplication" type="Fluid"> |
| 50 | + <inputs> |
| 51 | + <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="1000"/> |
| 52 | + <parameter n="DYNAMIC_VISCOSITY" pn="Dynamic viscosity" unit_magnitude="P*T" units="Pa*s" v="1e-3" help="Set the dynamic viscosity."/> |
| 53 | + <parameter n="BULK_MODULUS" pn="Bulk modulus" unit_magnitude="P" units="Pa" v="2.1e+9" help="Set the Bulk modulus."/> |
| 54 | + <parameter n="FLOW_INDEX" pn="Flow index" unit_magnitude="" units="" v="1"/> |
| 55 | + <parameter n="YIELD_SHEAR" pn="Yield shear" unit_magnitude="P" units="Pa" v="100"/> |
| 56 | + <parameter n="ADAPTIVE_EXPONENT" pn="Adaptive exponent" unit_magnitude="" units="1/s" v="1000" help="The higher is, the better is the approximation of the curve."/> |
| 57 | + </inputs> |
| 58 | + <outputs> |
| 59 | + </outputs> |
| 60 | + </CLaw> |
| 61 | + |
| 62 | + <CLaw n="HerschelBulkley3DLaw" pn="Herschel Bulkley" help="Herschel Bulkley Model with Papanastasiou Regularization" Dimension="3D" OutputMode="Parameters" App="Pfem" kratos_module="PfemFluidDynamicsApplication" type="Fluid"> |
39 | 63 | <inputs> |
40 | 64 | <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="1000"/> |
41 | 65 | <parameter n="DYNAMIC_VISCOSITY" pn="Dynamic viscosity" unit_magnitude="P*T" units="Pa*s" v="1e-3" help="Set the dynamic viscosity."/> |
|
0 commit comments