CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Post-Processing (https://www.cfd-online.com/Forums/openfoam-post-processing/)
-   -   presenting a field after simulating (https://www.cfd-online.com/Forums/openfoam-post-processing/253109-presenting-field-after-simulating.html)

Itay_22 November 24, 2023 11:10

presenting a field after simulating
 
Hallo everyone,
i ran a simulation with rhoCentralFoam (https://www.openfoam.com/documentati...8C_source.html) as a solver and i want to present as a field the mechanical work shown in the solver ( surfaceScalarField sigmaDotU
(
"sigmaDotU",
(
fvc::interpolate(muEff)*mesh.magSf()*fvc::snGrad(U )
+ fvc::dotInterpolate(mesh.Sf(), tauMC)
)
& (a_pos*U_pos + a_neg*U_neg)
);

solve
(
fvm::ddt(rhoE)
+ fvc::div(phiEp)
- fvc::div(sigmaDotU)
); )
as fvc::div(sigmaDotU) how can I present it on ParaView?
ill very much appreciate any kind of help!


All times are GMT -4. The time now is 19:27.