|
[Sponsors] |
August 17, 2017, 18:39 |
viewing a NO_READ type field in paraview
|
#1 |
Member
Ashish Kumar
Join Date: Jun 2015
Posts: 33
Rep Power: 11 |
Hello all,
I am facing a problem in ParaView while visualizing a field created with an NO_READ type of constructor. ParaView is just showing the value which was specified during initialization while creating the field in createFields.H file. For example, volScalarField KRW ( IOobject ( "KRW", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE ), mesh, dimensionedScalar("zero", dimless, 0.0) ); this field will show zero for everytime in paraview, even though it is being updated during rumTime and I have checked the output folder and it is writing correct values. I think there is some problem with paraview. If anyone else has faced similar problem or has resolved this type of problem, then please post the solution for this. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
second order schemes | marine | OpenFOAM | 67 | April 11, 2022 19:19 |
rhoSimpleFoam error | johny0688 | OpenFOAM Pre-Processing | 4 | June 1, 2021 13:23 |
time step continuity problem in VAWT simulation | lpz_michele | OpenFOAM Running, Solving & CFD | 5 | February 22, 2018 20:50 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Problem with compile the setParabolicInlet | ivanyao | OpenFOAM Running, Solving & CFD | 6 | September 5, 2008 21:50 |