feat(surface): surface deformation prescriptions
restricted the unknown state vector to surface deformation and implemented one prescription, NodalRadialSurface, while the full volumetric displacment field is reconstructed analytically from that. This reduced the number of degrees of freedom in the system by a factor of 80 while also removing many null vectors from the system.
This commit is contained in:
@@ -191,7 +191,7 @@ namespace {
|
||||
|
||||
TEST_CASE(
|
||||
"Constant Pressure Surface Prescribes Only A Pressure Quantity",
|
||||
tags::surface_prescription_type_contract
|
||||
tags::surface_condition_type_contract
|
||||
) {
|
||||
STATIC_CHECK(std::same_as<surface::ConstantPressureSurface::PhysicalQuantity, eos::quantity::Pressure>);
|
||||
STATIC_CHECK(std::constructible_from<surface::ConstantPressureSurface, eos::PressureValue>);
|
||||
|
||||
Reference in New Issue
Block a user