Commit 7524eeb4 authored by Salko Jr, Robert's avatar Salko Jr, Robert
Browse files

Fix documentation for custom friction model

Description:
Also allow qprime to be set to zero in the input

CASL Ticket # - N/A
parent f0a9c54c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -312,7 +312,7 @@ models{
      }
      custom{
         Description="Select user-defined friction factor model.  Must enter model coefficients."
         ### Appearance=":math:`$\lambda = A {Re}^{B}+C$`"
         ### Appearance=":math:`$\lambda = A + B {Re}^{C}$`"
         MinOccurs=0
         MaxOccurs=1
         InputTmpl="flag"
@@ -424,7 +424,7 @@ initial{
         ### Units="kW/m"
         MinOccurs=1
         MaxOccurs=1
         MinValExc=0.0
         MinValInc=0.0
      }
   }
   press{
+2 −2
Original line number Diff line number Diff line
@@ -383,7 +383,7 @@ custom
:Description: Select user-defined friction factor model.  Must enter model coefficients.
:Min Occurance: 0
:Max Occurance: 1
:Note: :math:`$\lambda = A {Re}^{B}+C$`
:Note: :math:`$\lambda = A + B {Re}^{C}$`

A
"
@@ -463,7 +463,7 @@ qprime
:Max Occurance: 1
:Units: kW/m
:Type: Real
:Range: >0.0
:Range: >=0.0

press
-----
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ initial
models
   friction
      custom
         # Friction model has the form f=A*Re**B+C
         # Friction model has the form f=A+B*Re**C
         A  0.2
         B -0.2
         C 0.0