mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
reactingEulerFoam/interfacialCompositionModels: Minor reformatting
This commit is contained in:
@ -60,8 +60,6 @@ class Henry
|
||||
:
|
||||
public InterfaceCompositionModel<Thermo, OtherThermo>
|
||||
{
|
||||
private:
|
||||
|
||||
// Private data
|
||||
|
||||
//- Solubility coefficients
|
||||
|
||||
@ -62,8 +62,6 @@ class NonRandomTwoLiquid
|
||||
:
|
||||
public InterfaceCompositionModel<Thermo, OtherThermo>
|
||||
{
|
||||
private:
|
||||
|
||||
// Private data
|
||||
|
||||
//- Activity coefficient for species 1
|
||||
|
||||
@ -58,8 +58,6 @@ class Raoult
|
||||
:
|
||||
public InterfaceCompositionModel<Thermo, OtherThermo>
|
||||
{
|
||||
private:
|
||||
|
||||
// Private data
|
||||
|
||||
//- Non-vapour species fraction
|
||||
|
||||
@ -56,8 +56,6 @@ class Frossling
|
||||
:
|
||||
public massTransferModel
|
||||
{
|
||||
private:
|
||||
|
||||
// Private data
|
||||
|
||||
//- Lewis number
|
||||
|
||||
@ -56,8 +56,6 @@ class sphericalMassTransfer
|
||||
:
|
||||
public massTransferModel
|
||||
{
|
||||
private:
|
||||
|
||||
// Private data
|
||||
|
||||
//- Lewis number
|
||||
|
||||
@ -60,8 +60,6 @@ class AntoineExtended
|
||||
:
|
||||
public Antoine
|
||||
{
|
||||
private:
|
||||
|
||||
// Private data
|
||||
|
||||
//- Constant D
|
||||
|
||||
@ -52,8 +52,6 @@ class ArdenBuck
|
||||
:
|
||||
public saturationModel
|
||||
{
|
||||
private:
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Exponent divided by the temperature
|
||||
|
||||
Reference in New Issue
Block a user