- Thank you received: 6
boundary treatment for time domain waves
- Guosheng Fu
- Topic Author
- Offline
- Elite Member
Less
More
6 years 7 months ago #447
by Guosheng Fu
boundary treatment for time domain waves was created by Guosheng Fu
Hello,
I am looking into time domain wave simulation with explicit DG methods, say acoustics scattering.
I was wondering how a proper boundary treatment in the farfield could be realized in NGSolve.
As an example, how to modify the demo code
timeDGwave.py
to fit for an unbounded domain? I tried to use PML, but it gives me errors...
Best,
Guosheng
I am looking into time domain wave simulation with explicit DG methods, say acoustics scattering.
I was wondering how a proper boundary treatment in the farfield could be realized in NGSolve.
As an example, how to modify the demo code
timeDGwave.py
to fit for an unbounded domain? I tried to use PML, but it gives me errors...
Best,
Guosheng
6 years 7 months ago #455
by mw
Replied by mw on topic boundary treatment for time domain waves
Hi,
the PML implementation in NGSolve can only be used for the time harmonic case.
For PML in time domain you would need to use a formulation like e.g. in
www.sciencedirect.com/science/article/pii/S0021999112006055
the PML implementation in NGSolve can only be used for the time harmonic case.
For PML in time domain you would need to use a formulation like e.g. in
www.sciencedirect.com/science/article/pii/S0021999112006055
6 years 7 months ago #456
by joachim
Replied by joachim on topic boundary treatment for time domain waves
Hi Guosheng,
we just now set up some time-domain PML examples ...
Here is a 2D time-domain PML with cartesian PML.
Here is a reference on the method:
hal.archives-ouvertes.fr/hal-01378501/fi...tPMLconvex_FINAL.pdf
best, Joachim
we just now set up some time-domain PML examples ...
Here is a 2D time-domain PML with cartesian PML.
Here is a reference on the method:
hal.archives-ouvertes.fr/hal-01378501/fi...tPMLconvex_FINAL.pdf
best, Joachim
Attachments:
- Guosheng Fu
- Topic Author
- Offline
- Elite Member
Less
More
- Thank you received: 6
6 years 7 months ago #457
by Guosheng Fu
Replied by Guosheng Fu on topic boundary treatment for time domain waves
WOW! Thanks, Joachim.
this is perfect. I will look into your code
I was actually planning to implement pml today, following the reference by Atkins...
arc.aiaa.org/doi/abs/10.2514/6.1997-1581
I am working on time domain wave simulations, it's very fun! It's also super easy to code in NGsolve!
this is perfect. I will look into your code
I was actually planning to implement pml today, following the reference by Atkins...
arc.aiaa.org/doi/abs/10.2514/6.1997-1581
I am working on time domain wave simulations, it's very fun! It's also super easy to code in NGsolve!
- Guosheng Fu
- Topic Author
- Offline
- Elite Member
Less
More
- Thank you received: 6
6 years 7 months ago #458
by Guosheng Fu
Replied by Guosheng Fu on topic boundary treatment for time domain waves
Just a follow-up question.
I want to check the accuracy of a pml implementation by comparing the solution with another solution simulated using a larger domain.
Say, how to project/interpolate the solution defined on a larger mesh to the smaller mesh?
I want to check the accuracy of a pml implementation by comparing the solution with another solution simulated using a larger domain.
Say, how to project/interpolate the solution defined on a larger mesh to the smaller mesh?
6 years 7 months ago #459
by joachim
Replied by joachim on topic boundary treatment for time domain waves
Hi Guosheng,
you have two options:
1. using one mesh, define two different subdomains for the pml, an inner and an outer. setup two problems. then you can compare two fields from the same mesh.
2. using two different meshes. With gf.Set(..) you can project a field from an independent mesh. But of course, it comes at some price (cost + possibly accuracy). It should also work to integrate a field from an independent mesh.
Best, Joachim
you have two options:
1. using one mesh, define two different subdomains for the pml, an inner and an outer. setup two problems. then you can compare two fields from the same mesh.
2. using two different meshes. With gf.Set(..) you can project a field from an independent mesh. But of course, it comes at some price (cost + possibly accuracy). It should also work to integrate a field from an independent mesh.
Best, Joachim
Time to create page: 0.110 seconds