C# 클래스 CyPhy2CAD_CSharp.TestBenchModel.CFDTestBenchData

상속: TestBenchBase
파일 보기 프로젝트 열기: metamorph-inc/meta-core 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
AddAnalysisToXMLOutput ( CAD cadassembly ) : void

비공개 메소드들

메소드 설명
CopyCFDPreprocessing ( ) : void
ModifyRootComponentOrientation ( CAD componentParent, string assemblyID ) : void

메소드 상세

AddAnalysisToXMLOutput() 보호된 메소드

protected AddAnalysisToXMLOutput ( CAD cadassembly ) : void
cadassembly CAD
리턴 void

CFDTestBenchData() 공개 메소드

public CFDTestBenchData ( CyPhy2CADSettings cadSetting, string outputdir, string projectdir, bool auto = false ) : System
cadSetting CyPhy2CADSettings
outputdir string
projectdir string
auto bool
리턴 System

GenerateCADXMLOutput() 공개 메소드

public GenerateCADXMLOutput ( ) : void
리턴 void

GenerateCFDConfig() 공개 메소드

public GenerateCFDConfig ( ) : void
리턴 void

GenerateOpenFoamScript() 공개 메소드

public GenerateOpenFoamScript ( ) : void
리턴 void

GenerateOutputFiles() 공개 메소드

public GenerateOutputFiles ( ) : bool
리턴 bool

GenerateRunBat() 공개 메소드

public GenerateRunBat ( ) : void
리턴 void

TraverseTestBench() 공개 메소드

public TraverseTestBench ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchBase ) : void
testBenchBase ISIS.GME.Dsml.CyPhyML.Interfaces
리턴 void