spis.Surf.InteractModel
Class EnergyFunction

java.lang.Object
  extended byspis.Surf.InteractModel.FunctionOfParticle
      extended byspis.Surf.InteractModel.FunctionOfParticleE
          extended byspis.Surf.InteractModel.EnergyFunction
All Implemented Interfaces:
ScalFunctionOf4Scal, ScalFunctionOfScal

public class EnergyFunction
extends FunctionOfParticleE

Class Name : EnergyFunction
Project ref : SPIS project
File name : EnergyFunction.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France http://www.onecert.fr
Status : under development
Creation : 20 oct. 2004
Modification :

Description :

Versions and anomalies correction :

Version numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


Version:
0.1
Author:
JF Roussel

Constructor Summary
EnergyFunction()
          Constructor without a reference to a particle table (possible for this very simple function of energy, which is energy)
EnergyFunction(PartTable partTable)
          Default constructor
 
Methods inherited from class spis.Surf.InteractModel.FunctionOfParticleE
compute, compute, compute, compute
 
Methods inherited from class spis.Surf.InteractModel.FunctionOfParticle
getDefaultParamsId, getMaterialRange, getModelId, getParticleId, getPartTable, setDefaultParams, setDefaultParamsId, setMaterialRange, setModelId, setParticleId, setPartTable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnergyFunction

public EnergyFunction(PartTable partTable)
Default constructor

Parameters:
partTable -

EnergyFunction

public EnergyFunction()
Constructor without a reference to a particle table (possible for this very simple function of energy, which is energy)