C# Class CyPhy2CAD_CSharp.TestBenchModel.CFDTestBenchData

Inheritance: TestBenchBase
Afficher le fichier Open project: metamorph-inc/meta-core Class Usage Examples

Méthodes publiques

Méthode Description
CFDTestBenchData ( CyPhy2CADSettings cadSetting, string outputdir, string projectdir, bool auto = false ) : System
GenerateCADXMLOutput ( ) : void
GenerateCFDConfig ( ) : void
GenerateOpenFoamScript ( ) : void
GenerateOutputFiles ( ) : bool
GenerateRunBat ( ) : void
TraverseTestBench ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchBase ) : void

Méthodes protégées

Méthode Description
AddAnalysisToXMLOutput ( CAD cadassembly ) : void

Private Methods

Méthode Description
CopyCFDPreprocessing ( ) : void
ModifyRootComponentOrientation ( CAD componentParent, string assemblyID ) : void

Method Details

AddAnalysisToXMLOutput() protected méthode

protected AddAnalysisToXMLOutput ( CAD cadassembly ) : void
cadassembly CAD
Résultat void

CFDTestBenchData() public méthode

public CFDTestBenchData ( CyPhy2CADSettings cadSetting, string outputdir, string projectdir, bool auto = false ) : System
cadSetting CyPhy2CADSettings
outputdir string
projectdir string
auto bool
Résultat System

GenerateCADXMLOutput() public méthode

public GenerateCADXMLOutput ( ) : void
Résultat void

GenerateCFDConfig() public méthode

public GenerateCFDConfig ( ) : void
Résultat void

GenerateOpenFoamScript() public méthode

public GenerateOpenFoamScript ( ) : void
Résultat void

GenerateOutputFiles() public méthode

public GenerateOutputFiles ( ) : bool
Résultat bool

GenerateRunBat() public méthode

public GenerateRunBat ( ) : void
Résultat void

TraverseTestBench() public méthode

public TraverseTestBench ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchBase ) : void
testBenchBase ISIS.GME.Dsml.CyPhyML.Interfaces
Résultat void