Please login with a confirmed email address before reporting spam
Posted:
3 years ago
2022年4月7日 GMT-4 06:31
Updated:
3 years ago
2022年4月7日 GMT-4 06:31
You can always use the reserved variables x,y and z to use your own functions to define conductivity distributions if they can be neatily described by analytic functions.
You can also import data from another simulation using for example withsol('sol1', emw.Ez) if you want to import the electric field in the Z direction. I don't know what the variable names are of semiconductor physics.
In any case, as long as you use the same mesh (haven't tried it with two different meshes yet but i think it can work) you can directly include results from another simulation into your material properties field. if those material properties are already defined for your Semiconductor simulation you can add in your RF analysis a new wave equation volume node applied to the relevant region and then specify a user defined conductivity using the previously mentioned method.
You can always use the reserved variables x,y and z to use your own functions to define conductivity distributions if they can be neatily described by analytic functions.
You can also import data from another simulation using for example withsol('sol1', emw.Ez) if you want to import the electric field in the Z direction. I don't know what the variable names are of semiconductor physics.
In any case, as long as you use the same mesh (haven't tried it with two different meshes yet but i think it can work) you can directly include results from another simulation into your material properties field. if those material properties are already defined for your Semiconductor simulation you can add in your RF analysis a new wave equation volume node applied to the relevant region and then specify a user defined conductivity using the previously mentioned method.