Lars Gregersen
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
8 years ago
2016年7月14日 GMT-4 03:08
Hi
In order to use measured data in a Comsol model you can use an Interpolation Table. It doesn't matter if you have access to Matlab or not the procedure is the same and I recommend that you use the Comsol Desktop to set up your model.
You can read in your data for the interpolation table from a file, but you have to reformat your data to a file format that can be read by Comsol. The data formats are described in the Programming Reference Manual (previously called the COMSOL API Reference Manual).
We introduced a new Matlab function in Comsol 5.0 called mphinterpolationfile that can be used to generate these data file from Matlab data.
--
Lars Gregersen
Comsol Denmark
Hi
In order to use measured data in a Comsol model you can use an Interpolation Table. It doesn't matter if you have access to Matlab or not the procedure is the same and I recommend that you use the Comsol Desktop to set up your model.
You can read in your data for the interpolation table from a file, but you have to reformat your data to a file format that can be read by Comsol. The data formats are described in the Programming Reference Manual (previously called the COMSOL API Reference Manual).
We introduced a new Matlab function in Comsol 5.0 called mphinterpolationfile that can be used to generate these data file from Matlab data.
--
Lars Gregersen
Comsol Denmark
Please login with a confirmed email address before reporting spam
Posted:
8 years ago
2016年7月22日 GMT-4 07:19
Hi
Thanks a lot!
What you said is a solution for this question. I have written a MATLAB function that is similar to the stair function to assign a parameter to each grid cell only for rectangular element. However, the parameter only be assigned each grid node.
Best wish
Hi
Thanks a lot!
What you said is a solution for this question. I have written a MATLAB function that is similar to the stair function to assign a parameter to each grid cell only for rectangular element. However, the parameter only be assigned each grid node.
Best wish
Please login with a confirmed email address before reporting spam
Posted:
8 years ago
2016年8月15日 GMT-4 20:32
This question is similar to get and update each element's material parameter. I have the same problem.
This question is similar to get and update each element's material parameter. I have the same problem.