[App] add property for electric potentials

- in preparation to fix the electrostatic simulation mess
This commit is contained in:
Uwe
2022-03-26 01:39:32 +01:00
parent db0c7ecb54
commit 41c42eb311
3 changed files with 25 additions and 0 deletions

View File

@@ -1912,6 +1912,7 @@ void Application::initTypes()
App ::PropertyAcceleration ::init();
App ::PropertyForce ::init();
App ::PropertyPressure ::init();
App ::PropertyElectricPotential ::init();
App ::PropertyVacuumPermittivity::init();
App ::PropertyInteger ::init();
App ::PropertyIntegerConstraint ::init();