|
[Sponsors] |
December 2, 2017, 17:25 |
3D plot Q criterion
|
#1 |
New Member
Marius Lang
Join Date: Sep 2017
Posts: 19
Rep Power: 9 |
Hello, I would like to plot 3D vortice cell with Q criterion, how can this be done?
I have computed my solution in openFoam 2D (front and back is set as empty). When I try to plot the Q criterion in paraview I only get the Q criterion in the XY-plane, I want it such that it also extends into the Z-plane? This is just for learning purposes before I move onto 3D, which takes ages to compute on my computer. Help is very much appreciated! |
|
November 25, 2021, 15:42 |
|
#2 |
New Member
ioannis filippou
Join Date: Nov 2021
Posts: 8
Rep Power: 5 |
You have to use the 3D equation set i guess.
What i am using is this set of equations {s11} = {dudx} {s12} = 0.5*({dudy}+{dvdx}) {s13} = 0.5*({dudz}+{dwdx}) {s22} = {dvdy} {s23} = 0.5*({dvdz}+{dwdy}) {s33} = {dwdz} {Omga12} = 0.5*({dudy}-{dvdx}) {Omga13} = 0.5*({dudz}-{dwdx}) {Omga23} = 0.5*({dvdz}-{dwdy}) {A} = 2*{Omga12}**2 + 2*{Omga13}**2 + 2*{Omga23}**2 - {S11}**2 - {S22}**2 - {S33}**2 - 2*{S12}**2 - 2*{S13}**2 - 2*{S23}**2 {Q} = 0.5*{A} But i am using Tecplot which has an add equations tab. I suppose paraview has this option too. |
|
Tags |
paraview 4.1 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to plot Q criterion in fluent | anindya | FLUENT | 13 | September 26, 2017 12:57 |
[OpenFOAM] Convergence validation with Plot Over Time | jam68 | ParaView | 1 | February 11, 2017 18:05 |
[swak4Foam] Foam warnings - related to swak4Foam | Salam-H | OpenFOAM Community Contributions | 20 | August 2, 2015 16:40 |
Asymptotic stopping criterion is not working | rob50904 | STAR-CCM+ | 2 | January 28, 2013 09:25 |
graph plot | anindya | Main CFD Forum | 2 | September 17, 2003 13:00 |