5 Nov
2018
5 Nov
'18
2:06 p.m.
Hello, I am trying to map variables from the CompressibleFlowSolver to the baseflow in APESolver for a coupled simulation that I am running. I was successfully able to map the pressure and density using: ‘<F VAR="p0" FILE="File.fld:p" />’ ‘<F VAR="rho0" FILE="File.fld:rho" />’ However, the same syntax does not apply for the velocity field, as the CompressibleFlowSolver solves for the momentum directly: ‘rhou, rhov’. Is there a way I can convert these variables to ‘u,v’ by dividing by the density? Thanks, Khaled Younes