-
1
- #1
hlustosa
Computer
- Mar 24, 2016
- 1
Hello Everyone
I wish to ask you some questions related to how you use the data generated during your finite element analysis. If you cared to answer them, it would be a huge help to me.
1- Most people I've talked so far tell me that visualization is obviously an essential task. However, how often do you guys conduct some sort of analytical query on your data? I mean, do you solve the model and only visualize the results or do you execute some sort of scripting to derivate more data? And if you do so, how do you do it? Do you create a script or program to access the files in which you maintain your results or do you use another kind of tool?
2- A confusing point to me is related to the mesh. Suppose a simple example where you have a PDE and a bidimensional spatial domain. Let's call u the solution of the PDE and assume that it is a scalar field. You divide the domain into triangular elements, so you have points and edges connecting points. The solution of the PDE is approximated by the summation of functions that you do know how calculate, and theses functions are associated to the edges of your mesh. The solution that you want to visualize is the scalar field u. You can't have the value of u on all possible positions of the continuos domain, so you define a granularity or a set of points in which u is going to be solved.
What I want to know is:
- How is the relationship between the solution you want to visualize and the mesh. Do you calculate the solution only on points defined by the mesh, or do you calculate anywhere on your domain (regardless if it is a point on a mesh or on and edge or outside both)?
-The solution in this case is a scalar field. You have a set of points xi and a set of values of u evaluated at every xi. I'd say it is a point cloud with associated data values. However, I've read some papers about data structures to represent FEA data. And they talk about data related to higher order mesh elements, like edges, polygons, polyhedra, etc. I understand that the solution of a PDE would be a (scalar, vector or tensor) field, i. e., data related to points and not to edges or polygons. So, what data is related to higher order mesh elements? Are they inital parameters defined before the solution or even values derivate from the final solution? I'd need an example!
Thanks in advance
I wish to ask you some questions related to how you use the data generated during your finite element analysis. If you cared to answer them, it would be a huge help to me.
1- Most people I've talked so far tell me that visualization is obviously an essential task. However, how often do you guys conduct some sort of analytical query on your data? I mean, do you solve the model and only visualize the results or do you execute some sort of scripting to derivate more data? And if you do so, how do you do it? Do you create a script or program to access the files in which you maintain your results or do you use another kind of tool?
2- A confusing point to me is related to the mesh. Suppose a simple example where you have a PDE and a bidimensional spatial domain. Let's call u the solution of the PDE and assume that it is a scalar field. You divide the domain into triangular elements, so you have points and edges connecting points. The solution of the PDE is approximated by the summation of functions that you do know how calculate, and theses functions are associated to the edges of your mesh. The solution that you want to visualize is the scalar field u. You can't have the value of u on all possible positions of the continuos domain, so you define a granularity or a set of points in which u is going to be solved.
What I want to know is:
- How is the relationship between the solution you want to visualize and the mesh. Do you calculate the solution only on points defined by the mesh, or do you calculate anywhere on your domain (regardless if it is a point on a mesh or on and edge or outside both)?
-The solution in this case is a scalar field. You have a set of points xi and a set of values of u evaluated at every xi. I'd say it is a point cloud with associated data values. However, I've read some papers about data structures to represent FEA data. And they talk about data related to higher order mesh elements, like edges, polygons, polyhedra, etc. I understand that the solution of a PDE would be a (scalar, vector or tensor) field, i. e., data related to points and not to edges or polygons. So, what data is related to higher order mesh elements? Are they inital parameters defined before the solution or even values derivate from the final solution? I'd need an example!
Thanks in advance