CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

fv::debug

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 14, 2014, 09:34
Default fv::debug
  #1
Senior Member
 
Join Date: Jan 2012
Posts: 166
Rep Power: 14
maybee is on a distinguished road
hi,

within method

Code:
tmp<convectionScheme<Type> > convectionScheme<Type>::New  
(
const fvMesh& mesh,
const surfaceScalarField& faceFlux,
Istream& schemeData
)
is found

Code:
 if (fv::debug)
65* {
66* Info<< "convectionScheme<Type>::New"
67* "(const fvMesh&, const surfaceScalarField&, Istream&) : "
68* "constructing convectionScheme<Type>"
69* << endl;
70* }
Can somebody tell me what "fv::debug" is exactly for? I have seen the use of similar if loops like "if (...debug)" in the multiphaseEulerFoam solver a few times, but just don't know what the if loops like this (e.g. above) are good for.

greetings
maybee
maybee is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 18:33.