-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable initial pulse front tilt set for lasers #1100
Conversation
src/laser/Laser.H
Outdated
@@ -25,9 +26,11 @@ public: | |||
amrex::Real m_CEP {0.}; /**< Laser carrier-envelope phase (CEP) */ | |||
/** Propagation angle of the pulse in the yz plane (0 is the along the z axis) */ | |||
amrex::Real m_propagation_angle_yz {0.}; | |||
/**Pulse front tilt angle of the pulse in yz plane (pi/2 is no PFT)*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/**Pulse front tilt angle of the pulse in yz plane (pi/2 is no PFT)*/ | |
/**Pulse front tilt angle of the pulse in yz plane (pi/2 is no PFT)*/ |
Can you add 4 spaces in front of the comments so it lines up with the other stuff.
src/laser/Laser.H
Outdated
amrex::Real m_L0 {0.}; /**< Laser length (HW 1/e in amplitude) */ | ||
amrex::Real m_tau {0.}; /**< Laser duration (HW 1/e in amplitude) */ | ||
/** Focal distance of the laser pulse */ | ||
/** Focal distance of the laser pulse */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/** Focal distance of the laser pulse */ | |
/** Focal distance of the laser pulse */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR!
The lasers could have initial pulse front tilt angle on yoz plane by
<laser name>.PFT_yz
—the angle between the pulse front (maximum intensity contour)and the propagation direction defined by [Selcuk Akturk Opt. Express 12 (2004)]