Hello Developers,
I am trying to run a poiseuille3d case. I am getting an error “[SuperVTMwriter3D] Error: could not open ./tmp/vtkData/pipe3d.pvd”. I am unable to add the velocity and pressure functors in it.
OstreamManager clout( std::cout,”getResults” );
SuperVTMwriter3D<T> vtmWriter1(“pipe3d”);
SuperLatticePhysVelocity3D<T, DESCRIPTOR> vel( sLattice, converter );
SuperLatticePhysPressure3D<T, DESCRIPTOR> press( sLattice, converter );
vtmWriter1.addFunctor(vel);
vtmWriter1.addFunctor(press);
I would really appreciate any suggestions on it.
Thank you.
Yours sincerely,
Abhijeet C.