Package jline.solvers.fluid.analyzers
Interface FluidAnalyzer
-
- All Implemented Interfaces:
public interface FluidAnalyzer
-
-
Method Summary
Modifier and Type Method Description abstract voidanalyze(NetworkStruct sn, SolverOptions options, SolverResult result)abstract MatrixgetXVecIt()-
-
Method Detail
-
analyze
abstract void analyze(NetworkStruct sn, SolverOptions options, SolverResult result)
-
-
-
-