PrandtTD | R Documentation |
The function PrandtTD(Temp,D,digits=9)
computes the Prandt Number, i.e.,
the product of the dynamic viscosity by the specific isobaric heat capacity,
divided by the thermal conductivity of water for given T [K] and D [kg/m3].
PrandtTD(Temp, D, digits = 9)
Temp |
Temperature [ K ] |
D |
Density [ kg m-3 ] |
digits |
Digits of results (optional) |
This function calls a Fortran DLL that computes the Prandt Number, valid from the triple point to the pressure of 1000 MPa and temperature of 1173.15K.
The Prandt Number: Pr [ - ]
Error message (if an error occur)
Temp <- 500.
D <- 838.025
Pran <- PrandtTD(Temp,D)
Pran
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.