Skip to content

Commit

Permalink
Added 1st class and constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
netaji2022 authored Jul 13, 2022
1 parent 85fcdb8 commit 9fc3f66
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package neqsim.physicalProperties.physicalPropertyMethods.commonPhasePhysicalProperties.viscosity;
import neqsim.thermo.system.SystemInterface;
import neqsim.thermo.system.SystemSrkEos;

public class SuperTrappViscosity extends Viscosity {



public SuperTrappViscosity() {



}

}

0 comments on commit 9fc3f66

Please sign in to comment.