Skip to content

Commit

Permalink
Systus reducing max part size #29, Aster modal outputs (modal factors…
Browse files Browse the repository at this point in the history
…, mass gene)
  • Loading branch information
ldallolio-irt committed Apr 13, 2020
1 parent 434be0a commit 2e934af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Aster/AsterWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2518,7 +2518,7 @@ double AsterWriter::writeAnalysis(const shared_ptr<Analysis>& analysis, double d
highFreq = stod(asterModel->model.getParameter(ModelParameter::UPPER_CUTOFF_FREQUENCY));
}
comm_file_ofs << modalResuName << "=EXTR_MODE(FILTRE_MODE=_F(MODE=U" << modalResuName << ", FREQ_MIN=" << lowFreq << ", FREQ_MAX=" << highFreq << "),)" << endl;
comm_file_ofs << "I" << modalResuName << "=RECU_TABLE(CO=" << modalResuName << ",NOM_PARA = ('FREQ','MASS_GENE','RIGI_GENE','AMOR_GENE'))" << endl;
comm_file_ofs << "I" << modalResuName << "=RECU_TABLE(CO=" << modalResuName << ",NOM_PARA = ('FREQ','MASS_GENE','RIGI_GENE','AMOR_GENE','FACT_PARTICI_DX','FACT_PARTICI_DY','FACT_PARTICI_DZ','MASS_EFFE_DX','MASS_EFFE_DY','MASS_EFFE_DZ','MASS_EFFE_UN_DX','MASS_EFFE_UN_DY','MASS_EFFE_UN_DZ',))" << endl;
comm_file_ofs << "IMPR_TABLE(TABLE=I" << modalResuName << ")" << endl << endl;
destroyableConcepts.push_back("I" + modalResuName);
comm_file_ofs << "J" << modalResuName << "=POST_ELEM(RESULTAT=" << modalResuName << ", MASS_INER=_F(TOUT='OUI'))" << endl;
Expand Down
4 changes: 2 additions & 2 deletions Systus/SystusWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ CartesianCoordinateSystem SystusWriter::buildElementDefaultReferentiel(const Sys

}

int SystusWriter::auto_part_id = 99999999;
int SystusWriter::auto_part_id = 9999999;

int SystusWriter::getPartId(const string partName, set<int> & usedPartId) {

Expand Down Expand Up @@ -2953,7 +2953,7 @@ void SystusWriter::writeMaterial(const SystusModel& systusModel,
const int idSubcase, ostream& out) {

// Suppressing warnings. Technically, we don't need these variables. We
// keep them to remember that only evrything in here is heavily dependent
// keep them to remember that only evrything in here is heavily dependent
// of the model and subcase.
UNUSEDV(systusModel);
UNUSEDV(idSubcase);
Expand Down

0 comments on commit 2e934af

Please sign in to comment.