Home
last modified time | relevance | path

Searched defs:qnh (Results 1 – 4 of 4) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Dcell_nose.f9023 REAL(DP) :: qnh = 0.0_DP ! Thermostat mass (computed) variable
55 subroutine cell_noseupd( xnhhp, xnhh0, xnhhm, delt, qnh, temphh, temph, vnhh ) argument
59 REAL(DP), intent(in) :: xnhh0(3,3), xnhhm(3,3), delt, qnh, temphh(3,3), temph local
75 REAL(DP) :: qnh, vnhh( 3, 3 ), temph, xnhh0( 3, 3 ) local
/dports/games/flightgear/flightgear-2020.3.11/src/Environment/
H A Datmosphere.cxx147 double FGAtmo::a_vs_p(const double press, const double qnh) { in a_vs_p()
269 double FGAtmo::fieldPressure(const double field_elev, const double qnh) in fieldPressure()
/dports/games/flightgear/flightgear-2020.3.11/src/ATC/
H A DATISEncoder.cxx567 double qnh = _atis->getQnhInHg(); in getInhgInteger() local
573 double qnh = _atis->getQnhInHg(); in getInhgFraction() local
/dports/science/tinker/tinker/openmm/
H A Dommstuf.cpp149 double* qnh; member
970 double* gbar, double* vnh, double* qnh, double* gnh, in set_bath_data_()