Skip to content

Commit

Permalink
docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil committed Oct 27, 2024
1 parent 52fb7cb commit 08af3f6
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
import neqsim.physicalproperties.physicalpropertymethods.methodinterface.ConductivityInterface;

/**
* Class for physical property Conductivity.
* Abstract class for Conductivity.
*
* @author Even Solbraa
*/
abstract class Conductivity extends CommonPhysicalPropertyMethod implements ConductivityInterface {
public abstract class Conductivity extends CommonPhysicalPropertyMethod
implements ConductivityInterface {
private static final long serialVersionUID = 1000;
static Logger logger = LogManager.getLogger(Conductivity.class);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* <p>
* PFCTConductivityMethodMod86 class.
* PFCTConductivityMethodMod86 class extending conductivity for commonphase.
* </p>
*
* @author esol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* <p>
* ChungConductivityMethod class.
* ChungConductivityMethod class extending conductivity for gases.
* </p>
*
* @author Even Solbraa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import neqsim.physicalproperties.physicalpropertymethods.methodinterface.ConductivityInterface;

/**
* Abstract class Conductivity.
* Abstract class Conductivity for gases.
*
* @author Even Solbraa
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* <p>
* Density class.
* Density class for gases.
* </p>
*
* @author Even Solbraa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* <p>
* Conductivity class.
* Conductivity class for liquids.
* </p>
*
* @author Even Solbraa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* <p>
* Costald Density Calculation class.
* Costald Density Calculation class for liquids.
* </p>
*
* @author Even Solbraa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* <p>
* Density class.
* Density class foir liquids.
* </p>
*
* @author Even Solbraa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/**
* <p>
* Conductivity class.
* Conductivity class for solids.
* </p>
*
* @author Even Solbraa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* <p>
* Density class.
* Density class for solids.
* </p>
*
* @author Even Solbraa
Expand Down

0 comments on commit 08af3f6

Please sign in to comment.