really appreciate it your lectures sir you explain everything in very simple way now i am able to understand how to write the code thank you so much sir a lots of love from Pakistan
Great question! I also had the same question in mind. the reason for that can be simply explained with an example: in range(1,4) include integers 1,2,3 and not 4. Similarly N-1 is not included in the in range command.
Hello sir, Is it necessary to write all the things coming inside the while loop RHS of the while word ? As, in my case it indicates some kind of error when I was writing under while script LHS to the word while. Thanks.
wouldnt loop be starting from 1 to n-2 ?? in last video we discussed this since conduction is central scheme too we cannot calculate the two ends and hence we need to leave those index.
really appreciate it your lectures sir you explain everything in very simple way now i am able to understand how to write the code thank you so much sir a lots of love from Pakistan
shouldn't for loop be from 1 to N-2. we already assigned fixed value of 1 at N-1 point.
Great question! I also had the same question in mind. the reason for that can be simply explained with an example: in range(1,4) include integers 1,2,3 and not 4. Similarly N-1 is not included in the in range command.
are we summing up the error in each node in each iteration?
Correct. We are trying to get the summed up absolute error below the error tolerance.
It would be great if u explain the lid driven cavity flow by FVM projection method in python in one of your tutorials . Much needed .
Thanks for your suggestion. Will try to include in one of the future videos!!
Hello sir,
Is it necessary to write all the things coming inside the while loop RHS of the while word ? As, in my case it indicates some kind of error when I was writing under while script LHS to the word while.
Thanks.
Can you please make a course on turbulence modelling?
It’s something I have in mind for future content!
wouldnt loop be starting from 1 to n-2 ??
in last video we discussed this since conduction is central scheme too we cannot calculate the two ends and hence we need to leave those index.
Oh never mind, the ending index is exclusive lol... silly!
thank you ... please turn on the subtitles.
Wonderful lectures
great