JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
ITransient.java
Go to the documentation of this file.
1 package rb.affinefcn;
2 
12 public interface ITransient {
13 
19  public boolean isTimeDependentM();
20 
31  public double thetaQm(int i, double[] p, double t);
32 
37  public int getQm();
38 }
double thetaQm(int i, double[] p, double t)
Interface for AffineFunctions in unsteady rb systems.
Definition: ITransient.java:12
boolean isTimeDependentM()
Flag that determines if the theta^m coefficient functions are time dependent.