src/thermophysicalModels/specie/transport: Removed commented D function

Self-diffusion is not useful enough to implement, the multi-component diffusion
models require at least binary diffusion coefficients.
This commit is contained in:
Henry Weller
2021-02-06 21:17:37 +00:00
parent c5b6e666c2
commit 8917f4b51f
7 changed files with 7 additions and 28 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2018-2020 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2018-2021 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -161,9 +161,6 @@ public:
//- Thermal conductivity [W/m/K]
inline scalar kappa(const scalar p, const scalar T) const;
// Species diffusivity
// inline scalar D(const scalar p, const scalar T) const;
//- Write to Ostream
void write(Ostream& os) const;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -129,9 +129,6 @@ public:
//- Thermal conductivity [W/m/K]
inline scalar kappa(const scalar p, const scalar T) const;
// Species diffusivity
// inline scalar D(const scalar p, const scalar T) const;
//- Write to Ostream
void write(Ostream& os) const;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2020 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2020-2021 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -149,9 +149,6 @@ public:
//- Thermal conductivity [W/m/K]
inline scalar kappa(const scalar p, const scalar T) const;
// Species diffusivity
// inline scalar D(const scalar p, const scalar T) const;
//- Write to Ostream
void write(Ostream& os) const;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2016-2020 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2016-2021 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -175,9 +175,6 @@ public:
//- Thermal conductivity [W/m/K]
inline scalar kappa(const scalar p, const scalar T) const;
// Species diffusivity
// inline scalar D(const scalar p, const scalar T) const;
//- Write to Ostream
void write(Ostream& os) const;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -159,9 +159,6 @@ public:
//- Thermal conductivity [W/m/K]
inline scalar kappa(const scalar p, const scalar T) const;
// Species diffusivity
// inline scalar D(const scalar p, const scalar T) const;
//- Write to Ostream
void write(Ostream& os) const;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -154,9 +154,6 @@ public:
//- Thermal conductivity [W/m/K]
inline scalar kappa(const scalar p, const scalar T) const;
// Species diffusivity
// inline scalar D(const scalar p, const scalar T) const;
//- Write to Ostream
void write(Ostream& os) const;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2020 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2020-2021 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -170,9 +170,6 @@ public:
//- Thermal conductivity [W/m/K]
inline scalar kappa(const scalar p, const scalar T) const;
// Species diffusivity
// inline scalar D(const scalar p, const scalar T) const;
//- Write to Ostream
void write(Ostream& os) const;