Home
last modified time | relevance | path

Searched refs:max_torque (Results 1 – 8 of 8) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dcarclutch.cpp26 Dbl max_torque = clutch_position * torque_capacity; in GetTorque() local
27 Dbl friction_torque = max_torque * new_speed_diff; // viscous coupling (locked clutch) in GetTorque()
28 if (friction_torque > max_torque) in GetTorque()
30 friction_torque = max_torque; in GetTorque()
33 else if (friction_torque < -max_torque) in GetTorque()
35 friction_torque = -max_torque; in GetTorque()
H A Dcardynamics_load.cpp181 float mul = 1.f, max_torque = 0; in Load() local
190 max_torque = max(max_torque, torque_point[1] * mul); in Load()
210 clutch.SetMaxTorque(max_torque * mul); in Load()
/dports/math/py-gym/gym-0.21.0/gym/envs/classic_control/
H A Dpendulum.py13 self.max_torque = 2.0
22 low=-self.max_torque, high=self.max_torque, shape=(1,), dtype=np.float32
40 u = np.clip(u, -self.max_torque, self.max_torque)[0]
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dmin.h51 double max_torque();
H A Dmin.cpp1023 double Min::max_torque() in max_torque() function in Min
/dports/science/lammps/lammps-stable_29Sep2021/src/SPIN/
H A Dmin_spin.cpp169 if (normstyle == MAX) fmsq = max_torque(); // max torque norm in iterate()
H A Dmin_spin_cg.cpp271 if (normstyle == MAX) fmsq = max_torque(); // max torque norm in iterate()
H A Dmin_spin_lbfgs.cpp287 if (normstyle == MAX) fmsq = max_torque(); // max torque norm in iterate()