| Author |
Message |
bluemw
Joined: 03 Oct 2003 Posts: 3
|
07 Oct 2003 11:32 FEMLAB exportation problem |
|
|
|
Hi,
I have an exportation problem with FEMLAB 2.3.
I simulate my electromagnetic problem and i want to post process the field calculated in matlab. So i export data, using the command EXPORT Fem structure from the file menu of the software. Then, if i see the size of fem.sol.u i find a column vector of length L, while the fem.mesh.p is a 2 columns vector ( x and y coordinates of points in wich field is calculated ) of length T, shorter than the solution one. To summurize i want to know where i can find in fem structure the remain points where the fieldd has been calculated.
Tanks in advance.
|
|
| Back to top |
|
 |
eirp
Joined: 11 Dec 2001 Posts: 807 Helped: 9 Location: Phase center
|
07 Oct 2003 12:28 Re: FEMLAB exportation problem |
|
|
|
| bluemw wrote: |
Hi,
I have an exportation problem with FEMLAB 2.3.
I simulate my electromagnetic problem and i want to post process the field calculated in matlab. So i export data, using the command EXPORT Fem structure from the file menu of the software. Then, if i see the size of fem.sol.u i find a column vector of length L, while the fem.mesh.p is a 2 columns vector ( x and y coordinates of points in wich field is calculated ) of length T, shorter than the solution one. To summurize i want to know where i can find in fem structure the remain points where the fieldd has been calculated.
Tanks in advance. |
Hi!
You must have fem.mesh.p, fem.mesh.e and fem.mesh.t.
Then you need function ( I forget the name) which translates triangular mesh into XY points.
What I recommend:
From Femlab save your project as .M file. This is m - command file for Matlab which will do exactly the same as your project from Femlab's GUI. Look into that file how to extract your values..
Rgz,
Eirp
|
|
| Back to top |
|
 |
gtrichop
Joined: 16 Jun 2004 Posts: 2
|
20 Jul 2004 23:33 Re: FEMLAB exportation problem |
|
|
|
I'm afraid bluemw is not satisfied from your answer eirp,cause I don't get
much of a clue of what you answered.
Size of fem.sol.u is indeed greater than the number of nodes.
However the manual doesn't mention where these values refer to...nodes , elements, what?
If anyone has an idea , please post.
Thanks in advance.
|
|
| Back to top |
|
 |