Commit bae1e6fc authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Adding the energy equation to the Navier-Stokes solver.

parent 413e639a
Loading
Loading
Loading
Loading

COPYING

deleted100644 → 0
+0 −0
Original line number Diff line number Diff line
/usr/local/share/automake-1.11/COPYING
 No newline at end of file

COPYING

0 → 120000
+0 −0
Original line number Diff line number Diff line
/usr/local/share/automake-1.11/COPYING
 No newline at end of file

INSTALL

deleted100644 → 0
+0 −0
Original line number Diff line number Diff line
/usr/local/share/automake-1.11/INSTALL
 No newline at end of file

INSTALL

0 → 120000
+0 −0
Original line number Diff line number Diff line
/usr/local/share/automake-1.11/INSTALL
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ class navierStokesBoundaryConditions

   const MeshType* mesh;

   RealType maxInflowVelocity, startUp, T;
   RealType maxInflowVelocity, startUp, T, p0;
};

#include "navierStokesBoundaryConditions_impl.h"
Loading