Skip to content
Snippets Groups Projects
Commit b03d574b authored by mattijs's avatar mattijs
Browse files

Merge branch 'master' of /home/dm4/OpenFOAM/repositories/OpenFOAM-dev

parents 2e6a6446 182c703f
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2012 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -25,9 +25,8 @@ Class
Foam::SolverPerformance
Description
SolverPerformance is a general matrix class in which the coefficients are
stored as three arrays, one for the upper triangle, one for the
lower triangle and a third for the diagonal.
SolverPerformance is the class returned by the LduMatrix solver
containing performance statistics.
SourceFiles
SolverPerformance.C
......@@ -72,13 +71,10 @@ Ostream& operator<<
);
/*---------------------------------------------------------------------------*\
Class SolverPerformance Declaration
\*---------------------------------------------------------------------------*/
//- Class returned by the solver
// containing performance statistics
template<class Type>
class SolverPerformance
{
......
......@@ -64,7 +64,7 @@ class liquidProperties
//- Critical pressure [Pa]
scalar Pc_;
//- Critical volume [m^3/mol]
//- Critical volume [m^3/kmol]
scalar Vc_;
//- Critical compressibility factor []
......@@ -185,7 +185,7 @@ public:
//- Critical pressure [Pa]
inline scalar Pc() const;
//- Critical volume [m^3/mol]
//- Critical volume [m^3/kmol]
inline scalar Vc() const;
//- Critical compressibilty factor
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment