mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/repositories/OpenFOAM-dev
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2012 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -25,9 +25,8 @@ Class
|
|||||||
Foam::SolverPerformance
|
Foam::SolverPerformance
|
||||||
|
|
||||||
Description
|
Description
|
||||||
SolverPerformance is a general matrix class in which the coefficients are
|
SolverPerformance is the class returned by the LduMatrix solver
|
||||||
stored as three arrays, one for the upper triangle, one for the
|
containing performance statistics.
|
||||||
lower triangle and a third for the diagonal.
|
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
SolverPerformance.C
|
SolverPerformance.C
|
||||||
@ -72,13 +71,10 @@ Ostream& operator<<
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
Class SolverPerformance Declaration
|
Class SolverPerformance Declaration
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
//- Class returned by the solver
|
|
||||||
// containing performance statistics
|
|
||||||
template<class Type>
|
template<class Type>
|
||||||
class SolverPerformance
|
class SolverPerformance
|
||||||
{
|
{
|
||||||
|
|||||||
@ -64,7 +64,7 @@ class liquidProperties
|
|||||||
//- Critical pressure [Pa]
|
//- Critical pressure [Pa]
|
||||||
scalar Pc_;
|
scalar Pc_;
|
||||||
|
|
||||||
//- Critical volume [m^3/mol]
|
//- Critical volume [m^3/kmol]
|
||||||
scalar Vc_;
|
scalar Vc_;
|
||||||
|
|
||||||
//- Critical compressibility factor []
|
//- Critical compressibility factor []
|
||||||
@ -185,7 +185,7 @@ public:
|
|||||||
//- Critical pressure [Pa]
|
//- Critical pressure [Pa]
|
||||||
inline scalar Pc() const;
|
inline scalar Pc() const;
|
||||||
|
|
||||||
//- Critical volume [m^3/mol]
|
//- Critical volume [m^3/kmol]
|
||||||
inline scalar Vc() const;
|
inline scalar Vc() const;
|
||||||
|
|
||||||
//- Critical compressibilty factor
|
//- Critical compressibilty factor
|
||||||
|
|||||||
Reference in New Issue
Block a user