******************* This email 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. ******************* Hi, Could some please give me some hints as how to output time series data (for example, pressure evolution at some given point) using Nektar++? Thanks Chengeng
Hi You can add a FIlter in your session file. Suppose you want to record the solution at x = (1.75, 0.075, 0) add the following filters in your FILTERS block of Session file. <FILTER TYPE="HistoryPoints"> <PARAM NAME="HistoryOut">TimeValues</PARAM> <PARAM NAME="OutputFrequency">10</PARAM> <PARAM NAME="Points"> 1.75 0.075 0 2.0 0 0 3.0 0.15 0 4.0 0 0 5.5 0.3 0 6.0 0 0 </PARAM> </FILTER> Hope this helps. Thanks! Raj On Tue, Jan 3, 2023 at 8:22 PM Chengeng Qian <qiancg0313@gmail.com> wrote:
This email from qiancg0313@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.
Hi, Could some please give me some hints as how to output time series data (for example, pressure evolution at some given point) using Nektar++?
Thanks
Chengeng _______________________________________________ Nektar-users mailing list Nektar-users@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/nektar-users
participants (2)
- 
                
                Chengeng Qian
- 
                
                Shukla, Khemraj