|
[Sponsors] | |||||
|
|
|
#1 |
|
Senior Member
Join Date: Mar 2009
Posts: 248
Rep Power: 7 ![]() |
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 |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| export data at nodes | Meenu | FLUENT | 1 | December 30, 2011 01:24 |
| Access private data member | lr103476 | OpenFOAM Running, Solving & CFD | 2 | December 18, 2008 03:02 |
| Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 20:30 |
| Droplet Evaporation | Christian | Main CFD Forum | 2 | February 27, 2007 06:27 |
| How to update polyPatchbs localPoints | liu | OpenFOAM Running, Solving & CFD | 6 | December 30, 2005 17:27 |