Changeset 75:c1acf2c10503


Ignore:
Timestamp:
Sep 15, 2008, 7:25:54 PM (16 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Added Fermi energy.

Location:
source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • source/class/pf/Application.js

    r73 r75  
    665665        {
    666666            return this.getPressure()/this.getMagneticFieldPressure();
     667        },
     668       
     669        getFermiEnergy : function()
     670        {
     671            return 2.94128e-11*Math.pow(this.e.getN(), 2/3);
    667672        },
    668673       
  • source/entities.js

    r70 r75  
    160160        section   : "spectroscopy",
    161161        formula   : "this.getMinEnergyDistance()"
     162    },
     163    {
     164        name      : "Fermi energy",
     165        dimension : "energy",
     166        nspecies  : 0,
     167        section   : "fundamental",
     168        formula   : "this.getFermiEnergy()"
    162169    },
    163170
Note: See TracChangeset for help on using the changeset viewer.