Adding a "sheet charge" to a volume charge distribution

I could post some code but thought it may be less confusing to just describe
the objective and see if anyone can point to a specific example that
may be useful. I am doing an “electropolishing” exercise where I have
1 electrode in a conducting fluid with the rough surface etching
as the simulation progresses. Some early normalized tests were really
cool so I thought I would try to clean them up with more accurate expression.
I’m using a “phase field” to describe the solid and wanted to put a sheet of
charge at a specific location. The levelset and isoline functions appear to work
very well and I can create an expression for the required charge based on
the potential gradient. However, I think I need something like the
element thickness, h normal to the line, to get the quantity right. I found things
like hTriangle and lenedge but not sure what to use to turn the
sheet charge into a volume. Any thoughts or examples?
In actuality it is a 2D mesh so I guess these are areal and line charges.

Thanks.

fwiw, it looks like lenEdge/area works although I have not
checked it in a lot of controlled conditions :slight_smile: