Changes between Version 15 and Version 16 of fortran


Ignore:
Timestamp:
Oct 18, 2016, 10:56:59 PM (8 years ago)
Author:
ivasileska
Comment:

change the tittle and explain about the forces on the particles in filed

Legend:

Unmodified
Added
Removed
Modified
  • fortran

    v15 v16  
    11[[PageOutline]]
    2 = FORTRAN 95 examples =
    3 
     2= The following FORTRAN examples are showing various computational and numerical methods for mathematical modeling in the field of plasma physics.=
     3
     4== Suppose that a charge particle move in magnetic filed. The force from the magnetic filed is always perpendicular to its direction of motion, for that reason the motion is circular. That force is called Lorentz force and depends on the particle velocity and its charge. But if on the charge particle motion is affect plus electric filed, the motion will be treated as the superposition of a relatively fast circular motion around a point called the guiding center and a relatively slow drift of this point.==
    45== 1. Integral function calculation using trapeze, rectangle and Simpson method ==
    56There are three methods which are using for calculation definite integrals in Fortran.