atanuchaudhury1994@gmail.com
Forum Replies Created
-
AuthorPosts
-
atanuchaudhury1994@gmail.comParticipant
Actually I was working on the “Cylinder3D”, where I created the model by Freecad. The model was a little bit large in size. I extended the Y-axis from 410 mm to 2000 mm. The Grid size becomes around 500 million. Sometimes it gets aborted or Killed. When I try to run it in GPU, I am getting this problem. :
BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (166, 60, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (168, 61, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (169, 60, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (170, 62, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (172, 63, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (232, 93, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (235, 94, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (235, 96, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (237, 99, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (238, 99, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (242, 99, 83), discreteNormal=(0,0,0,0), set to bounceBack
[prepareLattice] Prepare Lattice … OK
[main] starting simulation…
[setBoundaryValues] step=0; maxVel=0.005
[Timer] step=0; percent=0; passedTime=7.154; remTime=915705; MLUPs=0
[LatticeStatistics] step=0; t=0; uMax=0.005; avEnergy=2.49386e-08; avRho=1.00001
[getResults] pressure1=0; pressure2=0; pressureDrop=0; drag=0; lift=0
cylinder3d: ../../../src/utilitiesI dont understand what is the issue. Is my system not able to handle the simulation or any other problem?
Please help.atanuchaudhury1994@gmail.comParticipantHow did you solved the problem?
Thank you
August 26, 2024 at 9:05 pm in reply to: Regarding dimensions of the domain and simulation killing in Cylinder3D #9157atanuchaudhury1994@gmail.comParticipantI used the setNewSlipboundary, its giving error while running in GPU but doesnot give any error in CPU:
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[prepareLattice] Prepare Lattice … OK
[main] starting simulation…
[setBoundaryValues] step=0; maxVel=0.0499999
[Timer] step=0; percent=0; passedTime=7.513; remTime=96158.9; MLUPs=0
[LatticeStatistics] step=0; t=0; uMax=0.0499999; avEnergy=2.49386e-06; avRho=1.0 0011
[getResults] pressure1=0; pressure2=0; pressureDrop=0; drag=0; lift=0
cylinder3d: ../../../src/utilities/vectorHelpers.h:204: std::vector<_Tp> olb::ut il::normalize(const std::vector<_Tp>&) [with T = float]: Assertion `scale>0′ fai led.
Aborted (core dumped)August 25, 2024 at 7:41 am in reply to: Problem while running code with GPU but running well using CPU #9150atanuchaudhury1994@gmail.comParticipantI will try Multi GPU. Sorry for the inconvience caused Sir.
Thank you
August 20, 2024 at 1:09 pm in reply to: Cylinder3D Simulation gets aborted after changes in the dimensions. #9124atanuchaudhury1994@gmail.comParticipant[getResults] pressure1=0; pressure2=0; pressureDrop=0; drag=0; lift=0
cylinder3d: ../../../src/utilities/vectorHelpers.h:204: std::vector<_Tp> olb::util::normalize(const std::vector<_Tp>&) [with T = float]: Assertion `scale>0′ failed.
Aborted (core dumped)This is the problem.
August 20, 2024 at 12:24 pm in reply to: Cylinder3D Simulation gets aborted after changes in the dimensions. #9123atanuchaudhury1994@gmail.comParticipantDear OpenLB team,
I tried to run a new model using GPU in servers. In the new model I extended the Y-axis from 410 mm to 2000 mm and also set the boundary condition to “SetSlip” boundary. When I try to run it in GPU, I am getting this problem. :
BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (166, 60, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (168, 61, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (169, 60, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (170, 62, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (172, 63, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (232, 93, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (235, 94, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (235, 96, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (237, 99, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (238, 99, 83), discreteNormal=(0,0,0,0), set to bounceBack
[BlockGeometryStatistics3D] WARNING: no discreteNormal is found
[setslipBoundary] Warning: Could not setSlipBoundary (242, 99, 83), discreteNormal=(0,0,0,0), set to bounceBack
[prepareLattice] Prepare Lattice … OK
[main] starting simulation…
[setBoundaryValues] step=0; maxVel=0.005
[Timer] step=0; percent=0; passedTime=7.154; remTime=915705; MLUPs=0
[LatticeStatistics] step=0; t=0; uMax=0.005; avEnergy=2.49386e-08; avRho=1.00001
[getResults] pressure1=0; pressure2=0; pressureDrop=0; drag=0; lift=0
cylinder3d: ../../../src/utilitiesWhat is the issue? How to solve it? Please reply
Thank you
August 16, 2024 at 12:59 pm in reply to: Cylinder3D Simulation gets aborted after changes in the dimensions. #9099atanuchaudhury1994@gmail.comParticipantThank you but it doesnot worked on the file made by Solidworks rather it worked with the Freecad file.
August 15, 2024 at 1:54 pm in reply to: Cylinder3D Simulation gets aborted after changes in the dimensions. #9093atanuchaudhury1994@gmail.comParticipantok one thing please tell me that if I use the geometry primitives (indicator functors as in the 2D example) as per the dimensions in the stl file right and then I have to change the PrepareGeometry function also right..
Thank you
August 14, 2024 at 5:32 am in reply to: Cylinder3D Simulation gets aborted after changes in the dimensions. #9080atanuchaudhury1994@gmail.comParticipantDear Adrian,
I have checked all the things and saw that the measurements, origin all are as same as the previous file except I extended the Y-axis from 410 mm to 2000 mm. Do I need to make changes in the PrepareGeometry function also or I need to adjust the scaling in the stl reader argument? Please Reply.Thank you
August 13, 2024 at 12:57 pm in reply to: Cylinder3D Simulation gets aborted after changes in the dimensions. #9077atanuchaudhury1994@gmail.comParticipantYou mean that if I change the dimensions in the stl file, do I need to make changes in the PrepareGeometry function also or I need to adjust the scaling in the stl reader argument? Please Reply
Thank you
August 13, 2024 at 11:52 am in reply to: Cylinder3D Simulation gets aborted after changes in the dimensions. #9076atanuchaudhury1994@gmail.comParticipantDear ADrian,
I am confused in one thing that when I make the new file it will be an stl file. But the Openlb folder also has a ftstd file. So how to create that “ftsd” file? Will it affect the simulation?Thank you
August 13, 2024 at 10:37 am in reply to: Cylinder3D Simulation gets aborted after changes in the dimensions. #9075atanuchaudhury1994@gmail.comParticipantI will try that.
Thank you
August 13, 2024 at 10:15 am in reply to: Cylinder3D Simulation gets aborted after changes in the dimensions. #9073atanuchaudhury1994@gmail.comParticipantDear Adrian,
I have seen both the files, the dimenssions are same but I have extended in the Y-axis. But the origin of the files are different. Is this creating the problem? Please reply.Thank you
August 12, 2024 at 10:42 am in reply to: Regarding dimensions of the domain and simulation killing in Cylinder3D #9070atanuchaudhury1994@gmail.comParticipantDo you mean I need to edit the code also also right?
August 12, 2024 at 10:25 am in reply to: Regarding dimensions of the domain and simulation killing in Cylinder3D #9069atanuchaudhury1994@gmail.comParticipantI have edited the post Sir.
-
AuthorPosts
