Home
last modified time | relevance | path

Searched refs:phi_dot (Results 1 – 9 of 9) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/utils/solvers/python/
H A Dpend.py58 phi_dot = 0.0 variable
69 + m2*l2*(phi_dot**2.0)*sdelta
73 phi_dot_dot = ( -m2*l2*(phi_dot**2.0)*sdelta*cdelta
80 phi_dot = phi_dot + phi_dot_dot*dt variable
83 phi = phi + phi_dot*dt
103 c.setNumber('Solu/phi dot', value=phi_dot)
104 c.addNumberChoice('Solu/phi dot', phi_dot)
/dports/cad/gmsh/gmsh-4.9.2-source/utils/solvers/c++/
H A Dpend.cpp137 double phi_dot = 0.0; in main() local
148 + m2*l2*(phi_dot*phi_dot)*sdelta in main()
152 double phi_dot_dot = ( -m2*l2*(phi_dot*phi_dot)*sdelta*cdelta in main()
159 phi_dot += phi_dot_dot*dt; in main()
161 phi += phi_dot*dt; in main()
181 setNumber(c, "Solu/phi dot", phi_dot); in main()
182 addNumberChoice(c, "Solu/phi dot", phi_dot); in main()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/
H A Dpendulum_wa.vhd20 -- Pendulum example. Look at velocity quantity, phi_dot, to see effects of
45 quantity phi_dot : real;
66 phi_dot == phi'dot;
73 phi_dot_at_pin_thresh <= phi_dot;
/dports/games/flightgear/flightgear-2020.3.11/src/Network/
H A Dlfsglass_data.hxx73 double phi_dot; member in FGLFSGlassData
H A Dopengc_data.hxx73 double phi_dot; member in ogcFGData
H A Dopengc.cxx154 data->phi_dot = fdm->get_Phi_dot(); in collect_data()
H A Dlfsglass.cxx154 data->phi_dot = fdm_state.get_Phi_dot(); in collect_data()
/dports/games/flightgear/flightgear-2020.3.11/utils/GPSsmooth/
H A DUGear_opengc.hxx74 double phi_dot; member in ogcFGData
H A DUGear_main.cxx380 ogc->phi_dot = 0.0; in ugear2opengc()