# Parameter definitions for thorn InitData2D # $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.