12-02-2012 01:43 PM
hi
i am new to these forums and new to labview.
please see if you can help me with this -
i am taking 8 sets of data - over 2 minutes - sampled at one second apart. The 8 data points are along 8 equidistand points of a rod and the data itself is the temparature, recorded as a voltage (v) by the thermistor
The data satisfies the following equation -
d^2v/dx^2 = k d^2v/dt^2
that is the one dimensional laplacian of the voltage = k times the 2nd time derivative of the voltage
how to solve the equation in labview !!??
12-02-2012 03:24 PM
Open the example finder and look at the example "PDE Thermal distribution.vi".
It solves your problem in two dimensions, so all you need is to simplify it to one dimension. 😄
See how far you get.....
12-02-2012 03:34 PM
hi
i have looked under sxamples but i cant find "PDE thermal distribution" - could you please tell me where it is.
yes but if it is solved in 2d then it cant be too tough to rip the 1D from it
12-02-2012 03:43 PM
A few options:
What is your LabVIEW version. If it is older than 2009, you won't have it.
12-02-2012 03:45 PM
fount it...now lets see
12-02-2012 03:56 PM - edited 12-02-2012 04:00 PM
to make it 1d -
in the main panel -
i set y value =0 and y range =0 (whats the difference anyway). Cant i get rid of the Y altogether
i can change the cases in the block diagram panel, to 1D, but i have to know whcih type of 1D we are doing - if initial data is taken by a sensor and fed to ELVIs and then stored in array then is the initial and boundary condition "numeric" or "VI"
Also i do not need any plots or graphs- just need to solve the eq to get the K
thanks a lot
12-02-2012 08:57 PM
any other tips or advice
07-08-2013 03:24 PM
Here there is what you need for 3d 2d or 1d problems. That's a heat diffusion simulator
http://cfdosc.wordpress.com/2013/07/05/tutorial-for-friendly-user-unterface-edna-screenshots/
good luck
07-08-2013 04:03 PM
I think the OP was looking for a LabVIEW based solution, though.