VERB_code_2.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Kfunc.m
1
function
y=
Kfunc
(pc)
2
mc2 = 0.511;
3
y = ( sqrt( 1.0 + ( pc ./ mc2).^2 ) - 1) .* mc2;
4
return;
VF::Kfunc
double Kfunc(double pc)
Computation of Kinetic energy from given momentum .
Definition:
variousFunctions.cpp:220
EPSS
VERB
verb-2-0
verb2-examples
1D Radial Diffusion (2004)
Setup
Various_functions
Kfunc.m
Generated by
1.8.10