|
[Sponsors] |
Is private data of fvMatrix declare public on purpose |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 2, 2009, 14:03 |
Is private data of fvMatrix declare public on purpose
|
#1 |
Senior Member
Join Date: Mar 2009
Posts: 248
Rep Power: 18 |
Dear Developers
Good Evening Browsing the code for the class fvMatrix I noticed that its private data is listed under the keyword public. Is this for some specific purpose or might be a dormant bug . Also I noticed that it is present only in the 1.5.x version where as the dev version have this particular section private. Code:
template<class Type> class fvMatrix : public refCount, public lduMatrix { public: // Private data // Reference to GeometricField<Type, fvPatchField, volMesh> GeometricField<Type, fvPatchField, volMesh>& psi_; //- Dimension set dimensionSet dimensions_; //- Source term Field<Type> source_; ............................... ................... Thanks BR Jaswi P.S: I pulled the code from git last week Friday |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Access private data member | lr103476 | OpenFOAM Running, Solving & CFD | 3 | May 5, 2018 22:44 |
export data at nodes | Meenu | FLUENT | 1 | December 30, 2011 02:24 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |
Droplet Evaporation | Christian | Main CFD Forum | 2 | February 27, 2007 07:27 |
How to update polyPatchbs localPoints | liu | OpenFOAM Running, Solving & CFD | 6 | December 30, 2005 18:27 |