[FLASH-USERS] No example_thsc.par in LaserSlab
Klaus Weide
klaus at flash.uchicago.edu
Tue Nov 27 14:33:43 EST 2018
On Tue, 27 Nov 2018, Marissa Adams wrote:
> I found it by grep'ing for it in SimulationMain/ (hopefully it is attached to this e-mail)
Thanks, Marissa.
That parameter file was accidentally omitted from the FLASH4.5 tar ball,
sorry about that.
In addition, there are some additions to a Config file that should also
have been included. I have attached the missing part; the lines should
be appended to the end of file
source/Simulation/SimulationMain/LaserSlab/Config .
With these changes the "Laser Driven Simulation with Thomson Scattering
Diagnostics" should be functional for demonstrating the "Simple" Thomson
Scattering implementation; we are working on an advanced version using ray
tracing.
Klaus
-------------- next part --------------
# Additional directives for demoing Thomson Scattering diagnostics follow.
# To enable, add something like ThscDemo=True to to setup command line.
D lase_variable saves (density of) the irradiated energy from EnergyDeposition unit, cf. RP ed_irradVarName
VARIABLE lase TYPE: PER_VOLUME
USESETUPVARS ThscDemo
IF ThscDemo
REQUIRES diagnostics/ThomsonScattering
# No *essential* VARIABLE declarations follow, these are for Thomson Scattering tracing.
D pwin_variable for debugging: density of Power In from Thomson probe laser, used for power measurement and renorming
D pwia_variable for debugging: density of Power In, except where forbidden by critical density
D pwi1_variable for debugging: density of Power In, attenuated by close-to-critical energy loss. Expensive computation.
D pwi2_variable for debugging: density of Power In, attenuated by close-to-critical energy loss along both legs
D pwde_variable for debugging: density of Power of light from the Thomson scattering region that gets detected
D pwd1_variable for debugging: density of Power of light from the Thomson scattering region that gets detected, attenuated
D pwd2_variable for debugging: density of Power of light from the Thomson scattering region that gets detected, (2 legs) attenuated
VARIABLE pwin
VARIABLE pwia
# VARIABLE pwi1 # Uncommenting this makes ThomsonScattering MUCH slower!
VARIABLE pwde
# VARIABLE pwda
VARIABLE pwd1
VARIABLE pwi2
VARIABLE pwd2
ENDIF
More information about the flash-users
mailing list