Hi both,
Yes, Nektar++ so far does not have a readily available DG incNS solver.
Theoretically, we can insert the AdvectionWeakDG class, and DisContField::v_HelmSolve() function into existing incNS framework to get a workable DG incNS sover. I tried it but the performance are not satisfying, especially compared with existing CG solver.
So I didn't merge that code into master branch.
In fact, I have been working on DG incompressible N-S solver for some time and a brand new version will come out soon.
Many thanks,
Boyang Xia
From: Sherwin, Spencer J <s.sherwin@imperial.ac.uk>
Sent: Sunday, March 24, 2024 16:29
To: Alexander Schukmann <alexander.schukmann@protonmail.com>; nektar-users <nektar-users@imperial.ac.uk>; Boyang Xia <boyang.xia@kcl.ac.uk>
Subject: Re: [Nektar-users] Incompressible NS solver with DG projection
HI Alexander,
Not sure if anyone has got back to you. I do not think we have a working DG inc Navier-Stokes yet since using DG does lead to a slightly different polynomial space. However I believe Boyang (cc’ed) has been
looking into this.
Cheers,
Spencer.
From:
nektar-users-bounces@imperial.ac.uk <nektar-users-bounces@imperial.ac.uk> on behalf of Alexander Schukmann <alexander.schukmann@protonmail.com>
Date: Sunday, 17 March 2024 at 17:04
To: nektar-users <nektar-users@imperial.ac.uk>
Subject: [Nektar-users] Incompressible NS solver with DG projection
|
This email from alexander.schukmann@protonmail.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 to disable email stamping for this address.
|
I have a quick question regarding the user guide entry for the ICNS solver. The table of possible values for the EqType tag under 11.3.2 in the 5.5.0 user guide does not list
"DG" as a projection for the unsteady NS equations (only CG and CG-DG, i.e. mixed projection). However, under 11.3.3 under "Driver" it says DG for the Standard driver. I am a little bit confused as to whether the ICNS solver can be used with DG projection
or not and would appreciate some clarification.
All the best and thanks a lot!