Submodeling |
Description |
The sub-modeling work-flow in ParaGeo is performed through 4 steps which are summarized as:
•Step 1 - Large Scale model run: Running the large scale model from which the sub-model is going to be extracted •Step 2 - Sub-model geometry creation: Definition of the sub-model geometry and export of the boundaries as "blank" spatial grids (no other data apart from grid coordinates) •Step 3 - Sub-model boundary conditions extraction: The previously exported "blank" spatial grids is used to read boundary conditions for the sub-model from the large scale model so that new spatial grids containing the boundary conditions are generated. •Step 4 - Sub-model run: Running the sub-model.
For more information about the sub-modeling workflow see Sub-modeling.
In this section therefore, special data structures required to perform Step 2 and Step 3 of the sub-modeling workflow are described.
|
BOUNDARY EXPORT Sub-model boundary export |
Usage |
||||||||
|
||||||||
Description |
||||||||
The *BOUNDARY EXPORT keyword will generate ParaGeo Boundary_export data structure. It is used to generate "blank" spatial grids (spatial grids with grid coordinates only) for all sub-model boundaries. A list of all geometry sets (NSETs) corresponding to the sub-model boundaries should be provided in next line after *BOUNDARY EXPORT keyword. Valid Geometry_set names are: - Base - Top_surface - West - East - North - South
Examples
|
BOUNDARY GENERATION Sub-model boundary conditions generation |
Usage |
|||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||
Description |
|||||||||||||||||||||||||||||||
*BOUNDARY GENERATION is equivalent to ParaGeo Spatial_grid_output data structure. It is used to extract boundary conditions from the large scale model at sub-model boundaries. This will generate a new spatial grid file containing the spatial grids with the boundary conditions for all sub-model boundaries. Note that the files containing the "blank" spatial grids generated during Step 2 of sub-modeling workflow (via *BOUNDARY EXPORT) should be included into the main datafile using the data structure *INCLUDE. Note that the restart file containing the results for the Large Scale model should be read as well. Following *BOUNDARY GENERATION keyword and its corresponding parameters a list of boundary names (Geometry_set / NSET) together with specification of variables to be extracted should be provided. The numbers for each extractable variable are: 1 - Disp_x (Displacement in X-direction) 2 - Disp_y (Displacement in Y-direction) 3 - Disp_z (Displacement in Z-direction) 4 - Pore_nod (Nodal Pore Pressure) 5 - Temp_nod (Nodal Temperature)
Examples
|