Skip to content
Snippets Groups Projects
Commit a1c25e62 authored by Kutalmış Berçin's avatar Kutalmış Berçin
Browse files

ENH: heatTransferCoeff: add optional Nusselt number functionality

  DOC: heatTransferCoeff models: complete remaining header docs
  STYLE: heatTransferCoeff models: use auto specifier when appropriate

  Optionally, the Nusselt number (i.e. the ratio of convective to conductive
  heat transfer at a boundary in a fluid) can be output:

  ```math
      Nu = \frac{h L}{\kappa}
  ```

  where
  ```
    Nu | Nusselt number
    h  | Convective heat transfer coefficient of the flow
    L  | Characteristic length that defines the scale of the physical system
    \kappa | Thermal conductivity of the fluid
  ```
parent bbeda078
Branches
Tags
1 merge request!387Miscellaneous code changes - Nov 20
Showing
with 242 additions and 189 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment