new spec for ddxc and fsd sampling
This commit is contained in:
parent
f9233d06b5
commit
439fdce48f
1 changed files with 14 additions and 0 deletions
14
code/termspecs/termspec.pdf-sampling-ic1-ddxc
Normal file
14
code/termspecs/termspec.pdf-sampling-ic1-ddxc
Normal file
|
|
@ -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 }
|
||||
Loading…
Add table
Reference in a new issue