feat: add property model foundation
This commit is contained in:
@@ -33,7 +33,7 @@ fesa::core::Domain populated_domain() {
|
||||
domain.addNode(fesa::core::Node{3, 1.0, 1.0, 0.0});
|
||||
domain.addNode(fesa::core::Node{4, 0.0, 1.0, 0.0});
|
||||
domain.addMaterial(std::make_unique<fesa::material::LinearElasticMaterial>(700, 210.0, 0.3));
|
||||
domain.addShellProperty(fesa::property::ShellProperty{500, 700, 0.01});
|
||||
domain.addShellProperty(std::make_unique<fesa::property::ShellProperty>(500, 700, 0.01));
|
||||
return domain;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user