Code Monkey home page Code Monkey logo

Comments (5)

Guilleaumes avatar Guilleaumes commented on June 21, 2024

Hello,

Can you provide your namelist in order I can check all parameters is correctly given ?

Using Envelope PML is not very user friendly for now and namelist writting could be cumbersome with this functionnality for now. We are trying to change that. On top of that, be aware that PML envelope in X direction is currently instable and lead to some spurious energy growth at the present day. It's due to the fact FDTD scheme assume "forward envelope propagation" and fixe carrier wave with +k0.

PML Envelope have been extensively tested and used for Y and Z PML (transverse PML)

PML Envelope for 2D, 3D and AM are currently improved by the Smilei Team on all of theses aspect, so you're feedback are welcome.

from smilei.

zk-fdu avatar zk-fdu commented on June 21, 2024

Hi, @Guilleaumes
Thanks for your answer!
I run the code in the version of smilei5.0. Regarding Laser Envelope Model,two namelist.py will be given as follows: one is based on EM_boundary_conditions"reflective",which is named after "reflective_Envelope" and run fine; the other on EM_boundary_conditions"PML", referred to as "PML_Envelope" and run abnormally. I don't know why. I would appreciate it very much if you could help me!
PML_Envelope.txt.txt
reflective_Envelope.txt.txt

from smilei.

Guilleaumes avatar Guilleaumes commented on June 21, 2024

After checking your input, you have to define BC condition as :

Main(
...
EM_boundary_conditions = [['silver-muller','silver-muller'],['PML','PML'],['PML','PML']],
number_of_pml_cells = [[0,0],[16,16],[16,16]],
...
)

LaserEnvelope(
...
Envelope_boundary_conditions = [ ["reflective", "reflective"],["PML","PML"],["PML","PML"]],
...
)

x-PML with Envelope is not supported for now

from smilei.

zk-fdu avatar zk-fdu commented on June 21, 2024

from smilei.

mccoys avatar mccoys commented on June 21, 2024

Can this be closed?

from smilei.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.