Ignore:
Timestamp:
05/18/09 16:55:54 (16 years ago)
Author:
Eric.Larour
Message:

Finished thermal and melting elemnets, as well as thermal constraints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/CreateDataSets.cpp

    r465 r483  
    7373        else if (strcmp(model->analysis_type,"thermal")==0){
    7474
    75                 if ((strcmp(model->sub_analysis_type,"steady")==0) || (strcmp(model->sub_analysis_type,"transient")==0)){
    76                
    77                         //CreateElementsNodesAndMaterialsThermal(pelements,pnodes,pmaterials, model,model_handle);
    78                         //CreateConstraintsThermal(pconstraints,model,model_handle);
    79                         //CreateLoadsThermal(ploads,model,model_handle);
     75                CreateElementsNodesAndMaterialsThermal(pelements,pnodes,pmaterials, model,model_handle);
     76                CreateConstraintsThermal(pconstraints,model,model_handle);
     77                CreateLoadsThermal(ploads,model,model_handle);
    8078                                       
    81                 }
    82                 else if (strcmp(model->sub_analysis_type,"melting")==0){
     79        }
     80        else if (strcmp(model->analysis_type,"melting")==0){
    8381                       
    84                         //CreateElementsNodesAndMaterialsMelting(pelements,pnodes,pmaterials, model,model_handle);
    85                         //CreateConstraintsMelting(pconstraints,model,model_handle);
    86                         //CreateLoadsMelting(ploads,model,model_handle);
    87 
    88                 }
     82                CreateElementsNodesAndMaterialsMelting(pelements,pnodes,pmaterials, model,model_handle);
     83                CreateConstraintsMelting(pconstraints,model,model_handle);
     84                CreateLoadsMelting(ploads,model,model_handle);
    8985        }
    9086        else if (strcmp(model->analysis_type,"prognostic")==0){
Note: See TracChangeset for help on using the changeset viewer.