Segmentation Simulation

For some reason, I need a segmentation simulation. I used the result of the previous simulation(potential) as the initial value for the next simulation, while I found that I could only initialize the surface potential but not the ground potential. Is there a better method for segmentation simulation?

Yeah, you can manipulate dirichlet potentials in the material properties, changing them for the surface, and the ground. And then in the globals, you can set the initial potential to these dirichlet values

But I only see SCDiriPot and SCDiriPotSurf, which should both be used to define surface potentials. What should be the characteristic name of the ground potential?

SCDiriPot is defined on the node (i.e. ground), and SCDiriPotSurf is defined on the surface.

Also, set initPotFlag =2

I have set up SCDiriPot and SCDiriPotSurf as shown in the first picture, but the result is still not what I want. I have set voltages for node0, 1, 2 and 3, where 0 and 3 are conductors for circuit connection, and 1 and 2 are dielectrics with no circuit connection set, as shown in the second diagram.In Instrument you can see that the surface potential is set successfully, but the ground potential is still not set successfully, as shown in the third and fourth diagrams, why is this?


6

Hi, it would be surprising if Dirichlet works everywhere except for the ground potential for dielectrics (node 1). Is it possible that it is set correctly, and that node 1 ground was at -2E4V but the charging timescale of this element is very very small?

You could test this by setting electricCircuitIntegrate to 0 in this simulations. That disables the S/C circuitry entirely. Otherwise, I would have to assume something was somewhere in the group parameters. Perhaps remaking it from scratch, just to be sure there isn’t any typos anywwhere.

Thanks for your reply, Frejon. Unfortunately, I checked my parameters and didn’t find any problems, I need to look into it a little more closely.

Hi, can you clarify. Did you test setting electriccircuitintegrate to 0 and initialPotential(I think) to “2” and saw that the dirichlet conditions were ignored?

Yes, I’ve tried it, but the potential on the node of dielectric is still 0V. I’ve tried to repaint the model. In another simulation, one of the dielectric node potentials is successfully set, but the other remains at 0V. It is confusing.