[FLASH-BUGS] Jeans instability test

Dominik Derigs derigs at ph1.uni-koeln.de
Thu Dec 24 06:13:48 CST 2015


Dear developers of FLASH,

I identified a scribal error in the Jeans instability test simulation setup.
Simulation_initBlock.F90, line 98:
pert = sim_A * (zcos*(xcos*ycos+xsin*ysin) - &
zsin*(xcos*ysin+xsin*ycos))

However, the term in the first line,
xcos*ycos + xsin*ysin
should actually be
xcos*ycos - xsin*ysin
so that
pert = sim_A * cos(k_x*x+k_y*y+k_z*z)

This should not affect the current results of the Jeans test as the values
specified in the standard flash.par file lead to vanishing k_y and k_z so
that the y-terms become unimportant.

Best Regards and Merry Christmas,
Dominik

-- 
Dominik Derigs
I. Physikalisches Institut
Universität zu Köln
Zülpicher Straße 77
50937 Köln
GERMANY

Tel. (+49|0) 221 470-8352
Fax. (+49|0) 221 470-5162

Diese Email ist vertraulich und nur für den angegebenen Empfänger bestimmt.
Zugang, Freigabe, die Kopie, die Verteilung oder Weiterleitung durch jemand
anderen außer dem Empfänger selbst ist verboten und kann eine kriminelle
Handlung sein. Bitte löschen Sie die Email, wenn Sie sie durch einen Fehler
erhalten haben und informieren Sie den Absender.

This email and any files transmitted with it may contain confidential
and/or privileged material and is intended only for the person or entity to
which it is addressed. Any review, retransmission, dissemination or other
use of, or taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is prohibited. If you
have received this email in error, please notify the sender immediately and
delete this material from all known records.


More information about the flash-bugs mailing list