JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
rb.affinefcn.ITransient Interface Reference

Interface for AffineFunctions in unsteady rb systems. More...

Inheritance diagram for rb.affinefcn.ITransient:
models.rbm_advec.AffineFunctions models.rbm_advec_cheatbase.AffineFunctions models.rbm_advec_tc.AffineFunctions rb.affinefcn.rbappmitAffineFunctions

Public Member Functions

boolean isTimeDependentM ()
 Flag that determines if the theta^m coefficient functions are time dependent. More...
 
double thetaQm (int i, double[] p, double t)
 
int getQm ()
 

Detailed Description

Interface for AffineFunctions in unsteady rb systems.

Provides access to the coefficient functions for the mass matrices.

Author
Daniel Wirtz
Date
Aug 28, 2011

Definition at line 12 of file ITransient.java.

Member Function Documentation

boolean rb.affinefcn.ITransient.isTimeDependentM ( )

Flag that determines if the theta^m coefficient functions are time dependent.

Returns
True if any theta^m_i is time dependent, false otherwise

Implemented in rb.affinefcn.rbappmitAffineFunctions, models.rbm_advec.AffineFunctions, models.rbm_advec_cheatbase.AffineFunctions, and models.rbm_advec_tc.AffineFunctions.

double rb.affinefcn.ITransient.thetaQm ( int  i,
double[]  p,
double  t 
)
Parameters
iThe mass coefficient function i
pThe current paramter p
tThe time t
Returns

Implemented in models.rbm_advec.AffineFunctions, models.rbm_advec_cheatbase.AffineFunctions, rb.affinefcn.rbappmitAffineFunctions, and models.rbm_advec_tc.AffineFunctions.


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