From 9fc3f66595d961bbf92d1be6a0ead46d66173f34 Mon Sep 17 00:00:00 2001 From: netaji2022 <108813394+netaji2022@users.noreply.github.com> Date: Wed, 13 Jul 2022 08:28:18 +0000 Subject: [PATCH] Added 1st class and constructor --- .../viscosity/SuperTrappViscosity.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/java/neqsim/physicalProperties/physicalPropertyMethods/commonPhasePhysicalProperties/viscosity/SuperTrappViscosity.java diff --git a/src/main/java/neqsim/physicalProperties/physicalPropertyMethods/commonPhasePhysicalProperties/viscosity/SuperTrappViscosity.java b/src/main/java/neqsim/physicalProperties/physicalPropertyMethods/commonPhasePhysicalProperties/viscosity/SuperTrappViscosity.java new file mode 100644 index 000000000..fdca65694 --- /dev/null +++ b/src/main/java/neqsim/physicalProperties/physicalPropertyMethods/commonPhasePhysicalProperties/viscosity/SuperTrappViscosity.java @@ -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() { + + + + } + +} +