ENH: new basicSolidThermo, solid -> pointSolid and solidMixture ->

pointSolidMixture. chtMultiRegion tutorials and solvers
This commit is contained in:
sergio
2010-12-08 16:20:43 +00:00
parent fbcda2af93
commit 262e6be2f8
130 changed files with 9045 additions and 1000 deletions

View File

@ -12,14 +12,14 @@ runApplication splitMeshRegions -cellZones -overwrite
# remove fluid fields from solid regions (important for post-processing)
for i in heater leftSolid rightSolid
do
rm -f 0*/$i/{mut,alphat,epsilon,k,p,U}
rm -f 0*/$i/{mut,alphat,epsilon,k,p,U,p_rgh}
done
## remove solid fields from fluid regions (important for post-processing)
#for i in bottomAir topAir
#do
# rm -f 0*/$i/{cp,K,rho}
#done
for i in bottomAir topAir
do
rm -f 0*/$i/{Ypmma,Ychar}
done
for i in bottomAir topAir heater leftSolid rightSolid
do