JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
models.beam.dynlintimo.CoreFunCoeffs Class Reference

Coefficient functions for the KerMor models.beam.DLTLinearCoreFun class used by the models.beam.DynLinTimoshenkoModel model. More...

Inheritance diagram for models.beam.dynlintimo.CoreFunCoeffs:
jarmos.affine.IAffineCoefficients

Public Member Functions

int getNumCoeffFcns ()
 
double[] evaluateCoefficients (double t, double[] mu)
 Evaluates all coefficient functions and returns a vector of the size of getNumCoeffFcns() More...
 
boolean isTimeDependent ()
 

Detailed Description

Coefficient functions for the KerMor models.beam.DLTLinearCoreFun class used by the models.beam.DynLinTimoshenkoModel model.

Author
Daniel Wirtz

Definition at line 12 of file CoreFunCoeffs.java.

Member Function Documentation

double [] models.beam.dynlintimo.CoreFunCoeffs.evaluateCoefficients ( double  t,
double[]  mu 
)

Evaluates all coefficient functions and returns a vector of the size of getNumCoeffFcns()

Parameters
tThe time t
muParameter array
Returns
Coefficient value array

Implements jarmos.affine.IAffineCoefficients.

Definition at line 31 of file CoreFunCoeffs.java.

int models.beam.dynlintimo.CoreFunCoeffs.getNumCoeffFcns ( )
Returns
The number of coefficient functions

Implements jarmos.affine.IAffineCoefficients.

Definition at line 20 of file CoreFunCoeffs.java.

boolean models.beam.dynlintimo.CoreFunCoeffs.isTimeDependent ( )
Returns
If this instance has time-dependent coefficients

Implements jarmos.affine.IAffineCoefficients.

Definition at line 41 of file CoreFunCoeffs.java.


The documentation for this class was generated from the following file: