From 439fdce48fe2c007a3a91dbdd659dc9427659107 Mon Sep 17 00:00:00 2001 From: Yeongdo Park Date: Fri, 17 Jul 2020 07:20:45 +0900 Subject: [PATCH] new spec for ddxc and fsd sampling --- code/termspecs/termspec.pdf-sampling-ic1-ddxc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 code/termspecs/termspec.pdf-sampling-ic1-ddxc diff --git a/code/termspecs/termspec.pdf-sampling-ic1-ddxc b/code/termspecs/termspec.pdf-sampling-ic1-ddxc new file mode 100644 index 0000000..f65e398 --- /dev/null +++ b/code/termspecs/termspec.pdf-sampling-ic1-ddxc @@ -0,0 +1,14 @@ +# collect samples for pdf estimation from ic1 case +# sampling region (xs, xe) hard-coded for ic1 case + +[u, v, w, y] + +# field_name (arg_name=arg (, pair)* ) = expression + +c = 1.0 - y + +ddxc (export=true, xs=176, xe=400) = ddx(c) + +fsd (export=true, xs=176, xe=400) = sqrt (sqr(ddx(c)) + sqr(ddy(c)) + sqr(ddz(c))) + +avg { c, fsd, ddxc }