-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
This 1D model describes the flow of ideal gas in a pipe. I assume that inlet pressure
I get a few warnings after the statement:
@named pipe = PDESystem(eqs,bcs,doms,[t,x],[p(t,x), ṁ(t,x)],
[RdM=>RdM0, T=>T0, A_p=>Ap0, g=>g0, H=>H0, L=>L0, ℘=>℘0, f=>f0])but the code still runs. However, when I then do:
prob = discretize(pipe,disc);I get more warnings, and eventually the running crashes.
Question: Is there a problem with the term:
?? Is only the differentiation of a simple function allowed?
If so, how do I get around it?
- Differentiating out, or
- Adding an algebraic definition of the argument of the differentiation?
If you guys need it, I can provide the entire code.
Metadata
Metadata
Assignees
Labels
No labels

