-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
PHYSICAL_CONSTANTS.html
9 lines (7 loc) · 1.83 KB
/
PHYSICAL_CONSTANTS.html
1
2
3
4
5
6
7
8
9
<html><head><link rel="stylesheet" type="text/css" href="style.css"/></head><body> <H2> <BR> *PHYSICAL CONSTANTS </H2> <P> Keyword type: model definition <P> This keyword is used to define the Stefan-Boltzmann constant, absolute zero temperature and the universal gravitational constant in the user's units. For 3D fluid calculations only absolute zero temperature is needed, for radiation type boundary conditions both absolute zero temperature and the Stefan-Boltzmann constant must be defined. They are defined by the two parameters ABSOLUTE ZERO and STEFAN BOLTZMANN. The universal gravitational constant is required for general gravitational loading, e.g. for the calculation of orbits and is defined by the parameter NEWTON GRAVITATION. <P><P> <BR> <P> First line: <UL> <LI>*PHYSICAL CONSTANTS </LI> </UL> <P> <PRE>
Example:
*PHYSICAL CONSTANTS, ABSOLUTE ZERO=0, STEFAN BOLTZMANN=5.669E-8
</PRE> <P> for time in s, length in m, mass in kg and temperature in K (unit of the Stefan-Boltzmann constant: <!-- MATH $\text{W} \text{m}^{-2} \text{K}^{-4}$ --> <SPAN CLASS="MATH"><B>W m<IMG WIDTH="21" HEIGHT="18" ALIGN="BOTTOM" BORDER="0" SRC="img2483.png" ALT="$ ^{-2}$"> K<IMG WIDTH="21" HEIGHT="18" ALIGN="BOTTOM" BORDER="0" SRC="img2484.png" ALT="$ ^{-4}$"></B></SPAN>. <P> <PRE>
Example:
*PHYSICAL CONSTANTS, NEWTON GRAVITY=6.67E-11
</PRE> <P> for time in s, length in m, mass in kg and temperature in K (unit of the universal gravitational constant: <!-- MATH $\text{N} \text{m}^2 \text{kg}^{-2}$ --> <SPAN CLASS="MATH"><B>N m<IMG WIDTH="11" HEIGHT="18" ALIGN="BOTTOM" BORDER="0" SRC="img6.png" ALT="$ ^2$"> kg<IMG WIDTH="21" HEIGHT="18" ALIGN="BOTTOM" BORDER="0" SRC="img2483.png" ALT="$ ^{-2}$"></B></SPAN>). <P> <P><P> <BR> Example files: beamhtbf, oneel20cf, cubenewt. <P> </body></html>