|
[Sponsors] |
createSolidMeshes in chtMultiRegionSimpleFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 6, 2017, 00:19 |
createSolidMeshes in chtMultiRegionSimpleFoam
|
#1 |
Member
Saleh Abuhanieh
Join Date: Nov 2017
Posts: 83
Rep Power: 8 |
Hi Foamers,
in chtMultiRegionSimpleFoam solver, the createSolidMeshes.H appears in the terminal as follows: createSolidMeshes.H -> ../../solid/createSolidMeshes.H this solver contains createMeshesPostProcess.H which calls the createMeshes.H first then the latter calls crateSolidMeshes.H now the createMeshes.H not included directly, is that what the line in blue means? and how it was linked to appear in this way? |
|
December 6, 2017, 00:24 |
|
#2 |
Member
Saleh Abuhanieh
Join Date: Nov 2017
Posts: 83
Rep Power: 8 |
correction
the creatSolidMeshes not included in the solver, createMeshes is included |
|
December 7, 2017, 12:06 |
|
#3 |
Member
Saleh Abuhanieh
Join Date: Nov 2017
Posts: 83
Rep Power: 8 |
when I moved this solver to my project directory to recompile it under different name only, the compiler doesn't recognize the header files which were written like my first comment:
createSolidMeshes.H -> ../../solid/createSolidMeshes.H residualControlsSolid.H -> ../../solid/residualControlsSolid.H setRegionSolidFields.H -> ../../solid/setRegionSolidFields.H I am receiving the following error: Making dependency list for source file electrostaticMultiRegionFoam.C could not open file createMeshes.H for source file electrostaticMultiRegionFoam.C due to No such file or directory could not open file setRegionSolidFields.H for source file electrostaticMultiRegionFoam.C due to No such file or directory could not open file residualControlsSolid.H for source file electrostaticMultiRegionFoam.C due to No such file or directory any ideas? |
|
December 8, 2017, 04:58 |
|
#4 |
Senior Member
Join Date: Sep 2013
Posts: 353
Rep Power: 21 |
I am not sure if I understood your problem correctly. However
Code:
../../solid/createSolidMeshes.H |
|
December 8, 2017, 10:14 |
|
#5 |
Member
Saleh Abuhanieh
Join Date: Nov 2017
Posts: 83
Rep Power: 8 |
Thank you Bloerb!
I copied the files inside, it works. |
|
|
|