analyticsimdatafactory.py¶
Helper functions and mini factory for building standard test meshes with analytic functions for the physical fields.
- standard_case_2d(field_keys)[source]¶
Created the standard 2D analytic test case which is a plate with dimensions 10x7.5 (x,y), number of elements 40x30 (x,y), and time steps of 0 to 10 in increments of 1.
- Returns:
AnalyticCaseData2D– _description_
- scalar_linear_2d()[source]¶
_summary_
- Returns:
tuple[mh.SimData,AnalyticSimDataGenerator]– _description_