Warwick-Plasma / epoch

Particle-in-cell code for plasma physics simulations
https://epochpic.github.io
GNU General Public License v3.0
184 stars 58 forks source link

transmittivity and reflectivity #394

Open TrumeAAA opened 2 years ago

TrumeAAA commented 2 years ago

Hi,

How to calculate the transmittivity and reflectivity of a laser pulse after propagating through plasma? Any help or suggestion will be helpful.

Thanks.

Status-Mirror commented 2 years ago

Hi TrumeAAA,

At present, you can't output transmittivity and reflectivity directly, but there are other variables you can output.

A full list of the EPOCH output variables can be found here: https://epochpic.github.io/documentation/input_deck/input_deck_output_block.html

Hope this helps, Stuart

Status-Mirror commented 2 years ago

It would be useful if we could save absorption on different boundaries to different variables. I'm going to add an enhancement flag to this chain, and I'll see if it's possible to get this into EPOCH 4.19.

TrumeAAA commented 2 years ago

Thank you for your reply!