Skip to content

Commit

Permalink
Removes manuf. solution term pwrsorg
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Dec 9, 2023
1 parent e506630 commit 8409be9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bbb/bbb.v
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,6 @@ volpsor(0:nx+1,0:ny+1,1:nisp) _real [1/s]+maybeinput #current src into ions in c
volmsor(0:nx+1,0:ny+1,1:nisp) _real [kg m/s**2] +maybeinput #up mom src in cell ix,iy
voljcsor(0:nx+1,0:ny+1) _real [A] +maybeinput #uniform core-region curr sor. in ix,iy
volpsorg(0:nx+1,0:ny+1,1:ngsp) _real [1/s]+maybeinput #curr source for gas in cell ix,iy
pwrsorg(0:nx+1,0:ny+1,1:ngsp) _real [1/s]+maybeinput #power source for gas in cell ix,iy; only for manufactured solution verification
pondpot(0:nx+1,0:ny+1) _real [V] /0./ +maybeinput #elec ponderomotive potential
psgov_use(0:nx+1,0:ny+1,1:ngsp) _real [1/m**3 s]+maybeinput #user-specified gas source
jcvsor real [A] /0./ +maybeinput #total core-region current for voljcsor
Expand Down
2 changes: 1 addition & 1 deletion bbb/oderhs.m
Original file line number Diff line number Diff line change
Expand Up @@ -4583,7 +4583,7 @@ ccc call volave(nx, ny, j2, j5, i2, i5, ixp1(0,0), ixm1(0,0),
. ( -mi(1)*t1*t2*(psor(ix,iy,1)+tv)
. +0.5*mi(1)*t1*t1*
. (psor(ix,iy,1)+psorrg(ix,iy,1)+2*tv) )
reseg(ix,iy,1) = reseg(ix,iy,1) + pwrsorg(ix,iy,1)
reseg(ix,iy,1) = reseg(ix,iy,1)
. - t0+0.5*mg(1) * ( (t1-t2)*(t1-t2)
. +temp3+temp4 )
. * (psorrg(ix,iy,1)+tv)
Expand Down

0 comments on commit 8409be9

Please sign in to comment.