表面モデルごとの電荷更新後処理を扱うモジュール。
表面モデルに応じて、電荷堆積後の要素電荷を緩和する。 conductor は mesh_id ごとの浮遊導体として、総電荷を保存しながら等電位化する。
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mesh_type), | intent(inout) | :: | mesh | |||
| real(kind=dp), | intent(in) | :: | softening | |||
| real(kind=dp), | intent(in) | :: | external_e(3) | |||
| character(len=*), | intent(in), | optional | :: | field_bc_mode |