Can I simulate more than one stl geometry/ an assmebly with the ‘createpde’ function?
Hello, so I want to run a thermal (transient) thermal simulation on a CAD model.
I have imported the CAD model, which consists of distinct bodies that are in both thermal contact and physical contact (like a cuboid, inside another cubiod). I want to use the createpde fucntion to carryout the simulation.
This is an example of my code:
xxChamber = createpde(‘thermal’, ‘transient’);
importGeometry(xxChamber, ‘Outermost component v.stl’)
pdegplot(xxChamber, "FaceLabels","on")
Now this works quite alright, but once I begin to add the second chamber, by typing in
importGeometry (hydrolysisChamber, "middle v2.stl")
The code gives an error saying ‘ Assemblies of more than one geometric model not supported.
What can I do to solve this problem?Hello, so I want to run a thermal (transient) thermal simulation on a CAD model.
I have imported the CAD model, which consists of distinct bodies that are in both thermal contact and physical contact (like a cuboid, inside another cubiod). I want to use the createpde fucntion to carryout the simulation.
This is an example of my code:
xxChamber = createpde(‘thermal’, ‘transient’);
importGeometry(xxChamber, ‘Outermost component v.stl’)
pdegplot(xxChamber, "FaceLabels","on")
Now this works quite alright, but once I begin to add the second chamber, by typing in
importGeometry (hydrolysisChamber, "middle v2.stl")
The code gives an error saying ‘ Assemblies of more than one geometric model not supported.
What can I do to solve this problem? Hello, so I want to run a thermal (transient) thermal simulation on a CAD model.
I have imported the CAD model, which consists of distinct bodies that are in both thermal contact and physical contact (like a cuboid, inside another cubiod). I want to use the createpde fucntion to carryout the simulation.
This is an example of my code:
xxChamber = createpde(‘thermal’, ‘transient’);
importGeometry(xxChamber, ‘Outermost component v.stl’)
pdegplot(xxChamber, "FaceLabels","on")
Now this works quite alright, but once I begin to add the second chamber, by typing in
importGeometry (hydrolysisChamber, "middle v2.stl")
The code gives an error saying ‘ Assemblies of more than one geometric model not supported.
What can I do to solve this problem? pde, simulation, model MATLAB Answers — New Questions