From 310f0ea48d18866b773136aed11200b6eda6378b Mon Sep 17 00:00:00 2001 From: eschnett <> Date: Thu, 1 Mar 2001 11:40:00 +0000 Subject: Initial revision darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz --- CarpetExtra/IDSpaceTimeToy/param.ccl | 50 ++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 CarpetExtra/IDSpaceTimeToy/param.ccl (limited to 'CarpetExtra/IDSpaceTimeToy/param.ccl') diff --git a/CarpetExtra/IDSpaceTimeToy/param.ccl b/CarpetExtra/IDSpaceTimeToy/param.ccl new file mode 100644 index 000000000..ac7cea505 --- /dev/null +++ b/CarpetExtra/IDSpaceTimeToy/param.ccl @@ -0,0 +1,50 @@ +# Parameter definitions for thorn IDSpaceTimeToy +# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/IDSpaceTimeToy/param.ccl,v 1.3 2002/03/23 20:21:00 schnetter Exp $ + +shares: hydrotoy + +USES BOOLEAN hydrotoy_active + +restricted: + +KEYWORD initial_data "Type of initial data" +{ + "plane" :: "Plane wave" + "gaussian" :: "Gaussian wave" + "box" :: "Box wave" + "none" :: "No initial data, zero phi" +} "gaussian" + +private: + +## Parameter for initial wavepulses + +REAL radius "The radius of the gaussian wave" +{ + 0:* :: "Positive" +} 0.0 + +REAL sigma "The sigma for the gaussian wave" +{ + 0:* :: "Positive" +} 0.1 + +REAL kx "The wave number in the x-direction" +{ + *:* :: "No restriction" +} 4.0 + +REAL ky "The wave number in the y-direction" +{ + *:* :: "No restriction" +} 0.0 + +REAL kz "The wave number in the z-direction" +{ + *:* :: "No restriction" +} 0.0 + +REAL amplitude "The amplitude of the waves" +{ + *:* :: "No restriction" +} 1.0 -- cgit v1.2.3