Skip to content
Snippets Groups Projects
Commit f2a7ad3d authored by Sergey Lesnik's avatar Sergey Lesnik
Browse files

Introduce debug switches in order to inspect file reading

Example of a subdict in controlDict:

DebugSwitches
{
    dictionary 2;
    IOobject 1;
    time 1;
    DebugIOList 1;
    DebugIOField 1;
    volScalarField 1;
    volVectorField 1;
    OFstream 1;
    ISstream 2;
    IFstream 1;
}

Note that some of the switches have several level of verbosity, i.e. much more ouput if set to 2.
parent 53bccb79
No related merge requests found
Showing
with 227 additions and 55 deletions
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