Replies: 3 comments 2 replies
-
Is this resolved? |
Beta Was this translation helpful? Give feedback.
-
I multiplied the required equation with (x<dx), but it only stops changing values in other cellcenters . The value is same whether it is solved in first cellcenter or not. I do not know why |
Beta Was this translation helpful? Give feedback.
-
Sir, I multiplied (x < dx) in the RHS of the equation (3) but the problem is that |
Beta Was this translation helpful? Give feedback.
-
I want to solve these equations and I want to solve equation (3) only on surface i.e. on the first cellcenter only
I used this but it does not affect the equation and T_ads is solved across the whole domain
T_ads = CellVariable(name="Adsorbate Temperature", mesh=m, value=350.0, hasOld=True)
T_ads.setValue(350.0, where=(x<=dx))
Beta Was this translation helpful? Give feedback.
All reactions