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

tensors cofactors

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 11, 2008, 07:18
Default I noticed that expression a) w
  #1
Senior Member
 
Maka Mohu
Join Date: Mar 2009
Posts: 305
Rep Power: 18
maka is on a distinguished road
I noticed that expression a) works while b) and c) does not. I use V 1.3

volTensorField T = ...;

a) Foam::inv(T);

b) Foam::cof(T);
error: 'cof' was not declared in this scope.

c) Foam::cofactors(T);
error: no matching function for call to 'cofactors(Foam::volTensorField&)'

Thanks.
maka is offline   Reply With Quote

Old   November 11, 2008, 07:49
Default Currently (version 1.5) the "c
  #2
Senior Member
 
Join Date: Mar 2009
Posts: 854
Rep Power: 22
henry is on a distinguished road
Currently (version 1.5) the "cofactors" function is defined for:

SymmTensorI.H://- Return the cofactor tensor of a symmetric tensor
SymmTensorI.H:inline SymmTensor<cmpt> cofactors(const SymmTensor<cmpt>& st)
TensorI.H://- Return the cofactor tensor of a tensor
TensorI.H:inline Tensor<cmpt> cofactors(const Tensor<cmpt>& t)

if you think it would be useful to have this function available at the field level I will propagate it through.

H
henry is offline   Reply With Quote

Old   November 11, 2008, 10:31
Default I managed to get cofactors wit
  #3
Senior Member
 
Maka Mohu
Join Date: Mar 2009
Posts: 305
Rep Power: 18
maka is on a distinguished road
I managed to get cofactors with an indirect way by:

volTensorField M ...;

Mcof=(inv(M)*det(M)).T();

but it is not efficient. I would be grateful if you could propagate such cof function to the field level (similar to inv) in both definitions. If you could post the modification relative to V1.5 I will try to manage from there. Many thanks for your help.

Best regards,
Maka.
maka is offline   Reply With Quote

Old   November 11, 2008, 11:09
Default Will do.... H
  #4
Senior Member
 
Join Date: Mar 2009
Posts: 854
Rep Power: 22
henry is on a distinguished road
Will do....

H
henry is offline   Reply With Quote

Old   November 14, 2008, 13:46
Default ...done. I have also rename
  #5
Senior Member
 
Join Date: Mar 2009
Posts: 854
Rep Power: 22
henry is on a distinguished road
...done.

I have also renamed "cofactors" "cof" for consistency with the rest of the 3-char tensor function names.

The updates are now in our 1.5.x git repository.

H
henry is offline   Reply With Quote

Old   November 17, 2008, 08:31
Default Thanks Henry.
  #6
Senior Member
 
Maka Mohu
Join Date: Mar 2009
Posts: 305
Rep Power: 18
maka is on a distinguished road
Thanks Henry.
maka is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tensor mathematics forAll macro combination tensors with vectors olesen OpenFOAM Running, Solving & CFD 4 February 25, 2009 05:03
tensors cofactors maka OpenFOAM Running, Solving & CFD 3 November 30, 2008 07:32
No matching function multiplying tensors for BC Erik OpenFOAM 3 March 20, 2008 13:05
Surface interpolation scheme with tensors as weighting factors jutta OpenFOAM Running, Solving & CFD 1 August 27, 2007 11:00
Surface interpolation of tensors andebjor OpenFOAM Pre-Processing 2 August 23, 2007 03:08


All times are GMT -4. The time now is 00:58.