CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: idrama
Forum: OpenFOAM Programming & Development December 15, 2011, 02:57
Replies: 35
Views: 17,842
Posted By idrama
For the 2nd question: template <class Cmpt> ...

For the 2nd question:
template <class Cmpt>
inline SymmTensor<Cmpt> twoSymm(const Tensor<Cmpt>& t)
{
return SymmTensor<Cmpt>
(
2*t.xx(), (t.xy() + t.yx()), (t.xz() + t.zx()),
...
Forum: OpenFOAM Programming & Development January 29, 2010, 04:44
Replies: 35
Views: 17,842
Posted By idrama
Hey foamers! Could anybody tell me please,...

Hey foamers!

Could anybody tell me please, how to store the matrices A and H into a file? I would like to have a look. Or is there even a better possibility so see them?

Cheers,

Claus
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -4. The time now is 07:33.