Re: [Nektar-users] use 2-d initial condition for quasi-3d simulation
Thank you. It is what I was looking for. syavash On Fri, May 26, 2023 at 11:07 AM Stanisław Gepner < stanislaw.gepner@pw.edu.pl> wrote:
Hi,
It is, all you need is an XML file for the aquasi-3D simulation with velocity components u,v,w and pressure p, just as you would in quasi 3D, than in initial conditions you do:
<FUNCTION NAME="InitialConditions"> <F VAR="u,v" FILE="geom2D.fld" /> <E VAR="w" FILE="0" /> <E VAR="p" VALUE="0" /> </FUNCTION>
You could also initialize w from file, eg. using solution from the ADR solver or any other fld file.
Cheers! Stan
*Faculty of Power and Aeronautical Engineering* Nowowiejska 21/25 Str. 00-665 Warsaw, Poland phone +48 (22) 234 51 70
<https://www.pw.edu.pl/engpw> On 26.05.2023 08:30, Ehsan Asgari wrote:
This email from eh.asgari@gmail.com originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders list <https://spam.ic.ac.uk/SpamConsole/Senders.aspx> to disable email stamping for this address.
Dear All,
Is it possible to run a 2-d simulation and then use it solution for the quasi-3d simulation of the same mesh? If so, how can I achieve this?
Kind regards syavash
_______________________________________________ Nektar-users mailing listNektar-users@imperial.ac.ukhttps://mailman.ic.ac.uk/mailman/listinfo/nektar-users
participants (1)
- 
                
                Ehsan Asgari