# Parameter definitions for thorn InitData3D # $Header$ restricted: KEYWORD xFactorType "Type of the factor that depends on x" { "sinusoidal" :: "Ax sin(kx x) + Bx cos(kx x)" "exponential" :: "Ax exp(kx x) + Bx exp(-kx x)" } "sinusoidal" REAL Ax "Ax" { : :: "Any real value" } 0. REAL Bx "Bx" { : :: "Any real value" } 1. REAL kx "Magnitude of kx" { : :: "Any real value" } 0. KEYWORD yFactorType "Type of the factor that depends on y" { "sinusoidal" :: "Ay sin(ky y) + By cos(ky y)" "exponential" :: "Ay exp(ky y) + By exp(-ky y)" } "sinusoidal" REAL Ay "Ay" { : :: "Any real value" } 0. REAL By "By" { : :: "Any real value" } 1. REAL ky "Magnitude of ky" { : :: "Any real value" } 0. KEYWORD zFactorType "Type of the factor that depends on z" { "sinusoidal" :: "Az sin(kz z) + Bz cos(kz z)" "exponential" :: "Az exp(kz z) + Bz exp(-kz z)" } "sinusoidal" REAL Az "Az" { : :: "Any real value" } 0. REAL Bz "Bz" { : :: "Any real value" } 1. REAL kz "Magnitude of kz" { : :: "Any real value" } 0.