Home
last modified time | relevance | path

Searched refs:myTemperature (Results 1 – 10 of 10) sorted by relevance

/dports/biology/protomol/protomol/framework/integrators/
H A DNoseNVTLeapfrogIntegrator.cpp22 myTemperature(0.0), in NoseNVTLeapfrogIntegrator()
33 myTemperature(temperature), in NoseNVTLeapfrogIntegrator()
60 myTargetKE = (3.0/2.0*positions->size() * Constant::BOLTZMANN * myTemperature); in initialize()
75 …parameters.push_back(Parameter("temperature",Value(myTemperature,ConstraintValueType::NotNegative(… in getParameters()
H A DDMDLeapfrogIntegrator.cpp27 myTemperature(-1.0), in DMDLeapfrogIntegrator()
44 myTemperature(temperature), in DMDLeapfrogIntegrator()
46 mySigma(sqrt(2*myGamma*myTemperature*Constant::BOLTZMANN)), in DMDLeapfrogIntegrator()
263 …parameters.push_back(Parameter("temperature",Value(myTemperature,ConstraintValueType::NotNegative(… in getParameters()
H A DPaulTrapIntegrator.cpp39 myTemperature(0.0), in PaulTrapIntegrator()
57 myTemperature(temperature), in PaulTrapIntegrator()
93 Real theTemperature = myTemperature; in doDrift()
276 …parameters.push_back(Parameter("temperature",Value(myTemperature,ConstraintValueType::NotNegative(… in getParameters()
H A DNoseNVTLeapfrogIntegrator.h68 const Real myTemperature;
H A DDMDLeapfrogIntegrator.h89 Real myTemperature; variable
H A DPaulTrapIntegrator.h104 const Real myTemperature; variable
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DKinetoThermostat.cpp642 DENS_MAT & myTemperature(temperature_.set_quantity()); in apply_post_corrector() local
644 myTemperature -= deltaEnergy2_; in apply_post_corrector()
674 myTemperature += deltaEnergy2_; in apply_post_corrector()
H A DThermostat.cpp972 DENS_MAT & myTemperature(temperature_.set_quantity()); in apply_post_corrector() local
974 myTemperature -= deltaEnergy2_; in apply_post_corrector()
996 myTemperature += deltaEnergy2_; in apply_post_corrector()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DThermostat.cpp793 DENS_MAT & myTemperature(temperature_.set_quantity()); in apply_post_corrector() local
795 myTemperature -= deltaEnergy2_; in apply_post_corrector()
815 myTemperature += deltaEnergy2_; in apply_post_corrector()
/dports/biology/protomol/protomol/
H A Dtags5757 myTemperature framework/integrators/DMDLeapfrogIntegrator.h /^ Real myTemperature;$/;" m class:P…
5758 myTemperature framework/integrators/NoseNVTLeapfrogIntegrator.h /^ const Real myTemperature;…
5759 myTemperature framework/integrators/PaulTrapIntegrator.h /^ const Real myTemperature;$/;" m …