Mujeeb Iqbal
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Can we solve a finite voulme problem with few system of ODEs using boundary and convergence conditions in simulink
Can we solve a finite volume problem with few system of ODEs using boundary conditions and convergence criteria in Simulink?
7 years 前 | 0 个回答 | 0
0
个回答提问
inserting multiple values in simulink
I have to this in Simulink, I have an equation F=ma , M is constant, F and “a” are variable. I can write this eq in matlab func...
8 years 前 | 1 个回答 | 1
1
个回答提问
I have to model an equation in Simulink qm=JHv+km(dT/dx) . I have model it in this in Simulink: Matlab function as given below ,but few errors have occurred. How can I model this?
function qm= fcn(Jhv, km, b, c) syms b c qm=Jhv+km*(diff(b,c)); end
8 years 前 | 0 个回答 | 0
0
个回答提问
I have to select a formula from a certain value.
I have a condition a=b+c If value of a is less than 0.1 then x formula should be used If value of a is greater than 0.1 and l...
8 years 前 | 1 个回答 | 0
1
个回答提问
i have calculated value of kn, on the base of kn value, cm should be calculated. kn conditions are given below. how to use this condition and get result?
If Kn<.01 cm=((2*eta*r)/(3*tau*delta))*((8*M)/(pi*R*T); If 0.01<kn<1 cm=((eta)/(tau*delta))*((p*D)/(pa))*((M)/(*R*T)); If kn...
8 years 前 | 0 个回答 | 0