aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authorallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>1999-09-11 14:50:08 +0000
committerallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>1999-09-11 14:50:08 +0000
commit47b0340c7d540e4bac64f3c4d46d9fe408a6d48c (patch)
treebbc1aa85b920d632f6c58d5c23afce3fa12daf9f /par
parent121aa9416503f022b5251feef06ab1f82debf3f5 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@3 41e88fdd-2190-4c69-9c84-4659c8cf322e
Diffstat (limited to 'par')
-rw-r--r--par/charge.par45
1 files changed, 45 insertions, 0 deletions
diff --git a/par/charge.par b/par/charge.par
new file mode 100644
index 0000000..ec465d1
--- /dev/null
+++ b/par/charge.par
@@ -0,0 +1,45 @@
+# wavetoyf77_rad.par - wavetoy evolution with radiation boundaries
+# $Id$
+#
+# /*@@
+# @file wavetoyf77_rad.par
+# @date Sunday 24th July
+# @author Gabrielle Allen
+# @desc
+# Wavetoy parameter file demonstrating radiation boundaries in Octant
+# @enddesc
+# @@*/
+
+ActiveThorns = "idscalarwaveelliptic idscalarwave time wavetoyf77 pugh cartgrid3d ioutil ioascii"
+
+time::dtfac = 0.5
+
+idscalarwave::initial_data = "charge"
+idscalarwaveelliptic::radius = 0.5
+idscalarwaveelliptic::charge = 1
+
+wavetoyf77::bound = "radiation"
+
+grid::type = "BySpacing"
+grid::domain = "octant"
+grid::dxyz = 0.6
+
+driver::global_nx = 60
+driver::global_ny = 60
+driver::global_nz = 60
+
+cctk_itlast = 120
+
+IOASCII::out0D_every = 2
+IOASCII::out0D_vars = "wavetoy::phi"
+
+IOASCII::out1D_every = 2
+IOASCII::out1D_z = "no"
+IOASCII::out1D_y = "no"
+IOASCII::out1D_vars = "wavetoy::phi "
+
+IOASCII::outinfo_every = 10
+IOASCII::outinfo_vars = "wavetoy::phi"
+
+IO::outdir = "charge"
+