Patch contributed by Tobias Holzmann Resolves patch request https://bugs.openfoam.org/view.php?id=2524
7 lines
215 B
C
7 lines
215 B
C
#include "createFluidFields.H"
|
|
#include "createSolidFields.H"
|
|
|
|
SolverPerformance<vector> solvPerfU;
|
|
SolverPerformance<scalar> solvPerfE;
|
|
SolverPerformance<scalar> solvPerfh;
|
|
SolverPerformance<scalar> solvPerfp_rgh;
|